Html Css Color HEX #396120 Dell

📋 copy color: '#396120'

red 57 ◦ green 97 ◦ blue 32

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

Shades of Dell #396120

Tints of Dell #396120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 30.65%
G = 52.15%
B = 17.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#396120 (or 0x396120) is known color: Dell. HEX triplet: 39, 61 and 20. RGB value is (57,97,32). Sum of RGB (Red+Green+Blue) = 57+97+32=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #396120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396120 is #C69EDF. Grayscale: #4D4D4D. Windows color (decimal): -13016800 or 2122041. OLE color: 2122041.

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

Color convert

RGB 57 97 32 -
CMYK 0.41 0 0.67 0.62
HSL 96.92º 0.5% 0.25% -
HSV(B) 96.92º 0.67% 0.38% -
XYZ 6.22 9.52 2.88 -
YUV 77.63 102.25 113.29 -
System Red Green Blue C M Y K H S L
Decimal 57 97 32 0.41 0 0.67 0.62 96.92 0.5 0.25
Hex 39 61 20 29 0 43 3E 61 32 19
Octal 71 141 40 51 0 103 76 141 62 31
Binary 111001 1100001 100000 101001 0 1000011 111110 1100001 110010 11001

Color Harmonies of #396120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396120

Black with #396120

Text Example


Text Example

White with #396120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396120; }

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

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

background-color css

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

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

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

border-color css

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

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

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