Html Css Color HEX #396116 Dell

📋 copy color: '#396116'

red 57 ◦ green 97 ◦ blue 22

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

Shades of Dell #396116

Tints of Dell #396116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 55.11%

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

R = 32.39%
G = 55.11%
B = 12.5%

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

#396116 (or 0x396116) is known color: Dell. HEX triplet: 39, 61 and 16. RGB value is (57,97,22). Sum of RGB (Red+Green+Blue) = 57+97+22=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 97 (38.28% from 255 or 55.11% from 176); Blue value is 22 (8.98% from 255 or 12.5% from 176); Max value from RGB is 97 - color contains mainly: green. Hex color #396116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396116 is #C69EE9. Grayscale: #4C4C4C. Windows color (decimal): -13016810 or 1466681. OLE color: 1466681.

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

Color convert

RGB 57 97 22 -
CMYK 0.41 0 0.77 0.62
HSL 92º 0.63% 0.23% -
HSV(B) 92º 0.77% 0.38% -
XYZ 6.11 9.48 2.27 -
YUV 76.49 97.25 114.1 -
System Red Green Blue C M Y K H S L
Decimal 57 97 22 0.41 0 0.77 0.62 92 0.63 0.23
Hex 39 61 16 29 0 4D 3E 5C 3F 17
Octal 71 141 26 51 0 115 76 134 77 27
Binary 111001 1100001 10110 101001 0 1001101 111110 1011100 111111 10111

Color Harmonies of #396116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396116

Black with #396116

Text Example


Text Example

White with #396116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396116; }

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

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

background-color css

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

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

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

border-color css

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

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

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