Html Css Color HEX #396021 Dell

📋 copy color: '#396021'

red 57 ◦ green 96 ◦ blue 33

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

Shades of Dell #396021

Tints of Dell #396021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 30.65%
G = 51.61%
B = 17.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#396021 (or 0x396021) is known color: Dell. HEX triplet: 39, 60 and 21. RGB value is (57,96,33). Sum of RGB (Red+Green+Blue) = 57+96+33=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 96 (37.89% from 255 or 51.61% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 96 - color contains mainly: green. Hex color #396021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396021 is #C69FDE. Grayscale: #4D4D4D. Windows color (decimal): -13017055 or 2187321. OLE color: 2187321.

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

Color convert

RGB 57 96 33 -
CMYK 0.41 0 0.66 0.62
HSL 97.14º 0.49% 0.25% -
HSV(B) 97.14º 0.66% 0.38% -
XYZ 6.14 9.35 2.92 -
YUV 77.16 103.08 113.62 -
System Red Green Blue C M Y K H S L
Decimal 57 96 33 0.41 0 0.66 0.62 97.14 0.49 0.25
Hex 39 60 21 29 0 42 3E 61 31 19
Octal 71 140 41 51 0 102 76 141 61 31
Binary 111001 1100000 100001 101001 0 1000010 111110 1100001 110001 11001

Color Harmonies of #396021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396021

Black with #396021

Text Example


Text Example

White with #396021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396021; }

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

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

background-color css

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

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

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

border-color css

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

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

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