#39690E

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

Shades of Dell #39690E

Tints of Dell #39690E

Color information

#39690E (or 0x39690E) is unknown color: approx Dell. HEX triplet: 39, 69 and 0E. RGB value is (57,105,14). Sum of RGB (Red+Green+Blue) = 57+105+14=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #39690E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39690E is #C696F1. Grayscale: #505050. Windows color (decimal): -13014770 or 944441. OLE color: 944441.

HSL color Cylindrical-coordinate representation of color #39690E: hue angle of 91.65º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #39690E is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB5710514-
CMYK0.4600.870.59
HSL91.65º76.47%23.33%-
HSV(B)91.65º86.67%41.18%-
XYZ6.82112.18-
YUV80.2790.6111.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=32.39%
G=59.66%
B=7.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57105140.4600.870.5991.6576.4723.33
Hex3969E2E0573B5c4c17
Octal71151165601277313411427
Binary11100111010011110101110010101111110111011100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39690E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39690E; }

 p { color: rgb(57,105,14); }

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

<style>
 a { background-color: #39690E; }

 a { background-color: rgb(57,105,14); }

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

<style>
 span { border-color: #39690E; }

 span { border-color: rgb(57,105,14); }

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