Html Css Color HEX #396022 Dell

📋 copy color: '#396022'

red 57 ◦ green 96 ◦ blue 34

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

Shades of Dell #396022

Tints of Dell #396022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 18.18%

R = 30.48%
G = 51.34%
B = 18.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#396022 (or 0x396022) is known color: Dell. HEX triplet: 39, 60 and 22. RGB value is (57,96,34). Sum of RGB (Red+Green+Blue) = 57+96+34=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #396022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396022 is #C69FDD. Grayscale: #4D4D4D. Windows color (decimal): -13017054 or 2252857. OLE color: 2252857.

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

Color convert

RGB 57 96 34 -
CMYK 0.41 0 0.65 0.62
HSL 97.74º 0.48% 0.25% -
HSV(B) 97.74º 0.65% 0.38% -
XYZ 6.16 9.35 2.99 -
YUV 77.27 103.58 113.54 -
System Red Green Blue C M Y K H S L
Decimal 57 96 34 0.41 0 0.65 0.62 97.74 0.48 0.25
Hex 39 60 22 29 0 41 3E 62 30 19
Octal 71 140 42 51 0 101 76 142 60 31
Binary 111001 1100000 100010 101001 0 1000001 111110 1100010 110000 11001

Color Harmonies of #396022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396022

Black with #396022

Text Example


Text Example

White with #396022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396022; }

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

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

background-color css

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

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

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

border-color css

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

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

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