Html Css Color HEX #396816 Dell

📋 copy color: '#396816'

red 57 ◦ green 104 ◦ blue 22

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

Shades of Dell #396816

Tints of Dell #396816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.83%

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

R = 31.15%
G = 56.83%
B = 12.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#396816 (or 0x396816) is known color: Dell. HEX triplet: 39, 68 and 16. RGB value is (57,104,22). Sum of RGB (Red+Green+Blue) = 57+104+22=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 22 (8.98% from 255 or 12.02% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #396816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396816 is #C697E9. Grayscale: #505050. Windows color (decimal): -13015018 or 1468473. OLE color: 1468473.

HSL color Cylindrical-coordinate representation of color #396816: hue angle of 94.39º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #396816 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 104 22 -
CMYK 0.45 0 0.79 0.59
HSL 94.39º 0.65% 0.25% -
HSV(B) 94.39º 0.79% 0.41% -
XYZ 6.78 10.83 2.49 -
YUV 80.6 94.93 111.17 -
System Red Green Blue C M Y K H S L
Decimal 57 104 22 0.45 0 0.79 0.59 94.39 0.65 0.25
Hex 39 68 16 2D 0 4F 3B 5E 41 19
Octal 71 150 26 55 0 117 73 136 101 31
Binary 111001 1101000 10110 101101 0 1001111 111011 1011110 1000001 11001

Color Harmonies of #396816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396816

Black with #396816

Text Example


Text Example

White with #396816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396816; }

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

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

background-color css

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

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

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

border-color css

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

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

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