#396114

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

Shades of Dell #396114

Tints of Dell #396114

Color information

#396114 (or 0x396114) is unknown color: approx Dell. HEX triplet: 39, 61 and 14. RGB value is (57,97,20). Sum of RGB (Red+Green+Blue) = 57+97+20=174 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.76% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 20 (8.20% from 255 or 11.49% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #396114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396114 is #C69EEB. Grayscale: #4C4C4C. Windows color (decimal): -13016812 or 1335609. OLE color: 1335609.

HSL color Cylindrical-coordinate representation of color #396114: hue angle of 91.17º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #396114 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB579720-
CMYK0.4100.790.62
HSL91.17º65.81%22.94%-
HSV(B)91.17º79.38%38.04%-
XYZ6.099.472.17-
YUV76.2696.25114.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.76%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 20 (8.20% from 255) = 11.49%
R=32.76%
G=55.75%
B=11.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797200.4100.790.6291.1765.8122.94
Hex3961142904F3E5b4217
Octal71141245101177613310227
Binary111001110000110100101001010011111111101011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396114; }

 p { color: rgb(57,97,20); }

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

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

 a { background-color: rgb(57,97,20); }

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

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

 span { border-color: rgb(57,97,20); }

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