Html Css Color HEX #396020 Dell

📋 copy color: '#396020'

red 57 ◦ green 96 ◦ blue 32

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

Shades of Dell #396020

Tints of Dell #396020

RGB

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

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

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

R = 30.81%
G = 51.89%
B = 17.3%

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

#396020 (or 0x396020) is known color: Dell. HEX triplet: 39, 60 and 20. RGB value is (57,96,32). Sum of RGB (Red+Green+Blue) = 57+96+32=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #396020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396020 is #C69FDF. Grayscale: #4D4D4D. Windows color (decimal): -13017056 or 2121785. OLE color: 2121785.

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

Color convert

RGB 57 96 32 -
CMYK 0.41 0 0.67 0.62
HSL 96.56º 0.5% 0.25% -
HSV(B) 96.56º 0.67% 0.38% -
XYZ 6.13 9.34 2.85 -
YUV 77.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 57 96 32 0.41 0 0.67 0.62 96.56 0.5 0.25
Hex 39 60 20 29 0 43 3E 61 32 19
Octal 71 140 40 51 0 103 76 141 62 31
Binary 111001 1100000 100000 101001 0 1000011 111110 1100001 110010 11001

Color Harmonies of #396020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396020

Black with #396020

Text Example


Text Example

White with #396020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396020; }

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

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

background-color css

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

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

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

border-color css

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

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

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