Html Css Color HEX #396117 Dell

📋 copy color: '#396117'

red 57 ◦ green 97 ◦ blue 23

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

Shades of Dell #396117

Tints of Dell #396117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 32.2%
G = 54.8%
B = 12.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#396117 (or 0x396117) is known color: Dell. HEX triplet: 39, 61 and 17. RGB value is (57,97,23). Sum of RGB (Red+Green+Blue) = 57+97+23=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 97 (38.28% from 255 or 54.80% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 97 - color contains mainly: green. Hex color #396117 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396117 is #C69EE8. Grayscale: #4C4C4C. Windows color (decimal): -13016809 or 1532217. OLE color: 1532217.

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

Color convert

RGB 57 97 23 -
CMYK 0.41 0 0.76 0.62
HSL 92.43º 0.62% 0.24% -
HSV(B) 92.43º 0.76% 0.38% -
XYZ 6.12 9.48 2.32 -
YUV 76.6 97.75 114.02 -
System Red Green Blue C M Y K H S L
Decimal 57 97 23 0.41 0 0.76 0.62 92.43 0.62 0.24
Hex 39 61 17 29 0 4C 3E 5C 3E 18
Octal 71 141 27 51 0 114 76 134 76 30
Binary 111001 1100001 10111 101001 0 1001100 111110 1011100 111110 11000

Color Harmonies of #396117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396117

Black with #396117

Text Example


Text Example

White with #396117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396117; }

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

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

background-color css

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

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

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

border-color css

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

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

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