Html Css Color HEX #396016 Dell

📋 copy color: '#396016'

red 57 ◦ green 96 ◦ blue 22

#396016
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #396016

Tints of Dell #396016

RGB

 RED value IS 57 (22.66% from 255) = 32.57%

 GREEN value IS 96 (37.89% from 255) = 54.86%

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 32.57%
G = 54.86%
B = 12.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#396016 (or 0x396016) is known color: Dell. HEX triplet: 39, 60 and 16. RGB value is (57,96,22). Sum of RGB (Red+Green+Blue) = 57+96+22=175 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.57% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #396016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396016 is #C69FE9. Grayscale: #4C4C4C. Windows color (decimal): -13017066 or 1466425. OLE color: 1466425.

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

Color convert

RGB 57 96 22 -
CMYK 0.41 0 0.77 0.62
HSL 91.62º 0.63% 0.23% -
HSV(B) 91.62º 0.77% 0.38% -
XYZ 6.02 9.29 2.24 -
YUV 75.9 97.58 114.52 -
System Red Green Blue C M Y K H S L
Decimal 57 96 22 0.41 0 0.77 0.62 91.62 0.63 0.23
Hex 39 60 16 29 0 4D 3E 5C 3F 17
Octal 71 140 26 51 0 115 76 134 77 27
Binary 111001 1100000 10110 101001 0 1001101 111110 1011100 111111 10111

Color Harmonies of #396016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396016

Black with #396016

Text Example


Text Example

White with #396016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396016; }

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

 H1.HeaderClassName
 {
   color: #396016;
 }
 .AnyTagClassName
 {
   color: #396016;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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