Html Css Color HEX #396221 Dell

📋 copy color: '#396221'

red 57 ◦ green 98 ◦ blue 33

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

Shades of Dell #396221

Tints of Dell #396221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.13%

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

R = 30.32%
G = 52.13%
B = 17.55%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#396221 (or 0x396221) is known color: Dell. HEX triplet: 39, 62 and 21. RGB value is (57,98,33). Sum of RGB (Red+Green+Blue) = 57+98+33=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 33 (13.28% from 255 or 17.55% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #396221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396221 is #C69DDE. Grayscale: #4E4E4E. Windows color (decimal): -13016543 or 2187833. OLE color: 2187833.

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

Color convert

RGB 57 98 33 -
CMYK 0.42 0 0.66 0.62
HSL 97.85º 0.5% 0.26% -
HSV(B) 97.85º 0.66% 0.38% -
XYZ 6.33 9.72 2.98 -
YUV 78.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 57 98 33 0.42 0 0.66 0.62 97.85 0.5 0.26
Hex 39 62 21 2A 0 42 3E 62 32 1A
Octal 71 142 41 52 0 102 76 142 62 32
Binary 111001 1100010 100001 101010 0 1000010 111110 1100010 110010 11010

Color Harmonies of #396221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396221

Black with #396221

Text Example


Text Example

White with #396221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396221; }

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

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

background-color css

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

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

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

border-color css

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

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

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