#396014

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

Shades of Dell #396014

Tints of Dell #396014

Color information

#396014 (or 0x396014) is unknown color: approx Dell. HEX triplet: 39, 60 and 14. RGB value is (57,96,20). Sum of RGB (Red+Green+Blue) = 57+96+20=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #396014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396014 is #C69FEB. Grayscale: #4B4B4B. Windows color (decimal): -13017068 or 1335353. OLE color: 1335353.

HSL color Cylindrical-coordinate representation of color #396014: hue angle of 90.79º 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 #396014 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.62.

Color convert

RGB579620-
CMYK0.4100.790.62
HSL90.79º65.52%22.75%-
HSV(B)90.79º79.17%37.65%-
XYZ69.292.14-
YUV75.6896.58114.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.95%
GREEN value IS 96 (37.89% from 255) = 55.49%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=32.95%
G=55.49%
B=11.56%

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
Decimal5796200.4100.790.6290.7965.5222.75
Hex3960142904F3E5b4217
Octal71140245101177613310227
Binary111001110000010100101001010011111111101011011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396014; }

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

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

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

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

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

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

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

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