#39680d

Color #39680D Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #39680D

Tints of Dell #39680D

Color information

#39680D (or 0x39680D) is unknown color: approx Dell. HEX triplet: 39, 68 and 0D. RGB value is (57,104,13). Sum of RGB (Red+Green+Blue) = 57+104+13=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #39680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39680D is #C697F2. Grayscale: #4F4F4F. Windows color (decimal): -13015027 or 878649. OLE color: 878649.

HSL color Cylindrical-coordinate representation of color #39680D: hue angle of 90.99º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #39680D is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB5710413-
CMYK0.4500.880.59
HSL90.99º77.78%22.94%-
HSV(B)90.99º87.5%40.78%-
XYZ6.7110.82.11-
YUV79.5790.43111.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 104 (41.02% from 255) = 59.77%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=32.76%
G=59.77%
B=7.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104130.4500.880.5990.9977.7822.94
Hex3968D2D0583B5b4e17
Octal71150155501307313311627
Binary11100111010001101101101010110001110111011011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39680d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39680d; }

 p { color: rgb(57,104,13); }

 H1.HeaderClassName
 {
   color: #39680d;
 }
 .AnyTagClassName
 {
   color: #39680d;
 }
</style>
background-color css

<style>
 a { background-color: #39680d; }

 a { background-color: rgb(57,104,13); }

 div.DivClassName
 {
   background-color: #39680d;
 }
 .BgClassName
 {
   background-color: #39680d;
 }
</style>
border-color css

<style>
 span { border-color: #39680d; }

 span { border-color: rgb(57,104,13); }

 td.TdClassName
 {
   border-color: #39680d;
 }
 .TagClassName
 {
   border-color: #39680d;
 }
</style>