#39680F

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

Shades of Dell #39680F

Tints of Dell #39680F

Color information

#39680F (or 0x39680F) is unknown color: approx Dell. HEX triplet: 39, 68 and 0F. RGB value is (57,104,15). Sum of RGB (Red+Green+Blue) = 57+104+15=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #39680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39680F is #C697F0. Grayscale: #505050. Windows color (decimal): -13015025 or 1009721. OLE color: 1009721.

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

Color convert

RGB5710415-
CMYK0.4500.860.59
HSL91.69º74.79%23.33%-
HSV(B)91.69º85.58%40.78%-
XYZ6.7210.82.18-
YUV79.891.43111.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 104 (41.02% from 255) = 59.09%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=32.39%
G=59.09%
B=8.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104150.4500.860.5991.6974.7923.33
Hex3968F2D0563B5c4b17
Octal71150175501267313411327
Binary11100111010001111101101010101101110111011100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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