Html Css Color HEX #396920 Green House

📋 copy color: '#396920'

red 57 ◦ green 105 ◦ blue 32

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

Shades of Green House #396920

Tints of Green House #396920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.12%

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

R = 29.38%
G = 54.12%
B = 16.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#396920 (or 0x396920) is known color: Green House. HEX triplet: 39, 69 and 20. RGB value is (57,105,32). Sum of RGB (Red+Green+Blue) = 57+105+32=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #396920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396920 is #C696DF. Grayscale: #525252. Windows color (decimal): -13014752 or 2124089. OLE color: 2124089.

HSL color Cylindrical-coordinate representation of color #396920: hue angle of 99.45º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396920 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 57 105 32 -
CMYK 0.46 0 0.70 0.59
HSL 99.45º 0.53% 0.27% -
HSV(B) 99.45º 0.7% 0.41% -
XYZ 7 11.08 3.14 -
YUV 82.33 99.6 109.94 -
System Red Green Blue C M Y K H S L
Decimal 57 105 32 0.46 0 0.70 0.59 99.45 0.53 0.27
Hex 39 69 20 2E 0 46 3B 63 35 1B
Octal 71 151 40 56 0 106 73 143 65 33
Binary 111001 1101001 100000 101110 0 1000110 111011 1100011 110101 11011

Color Harmonies of #396920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396920

Black with #396920

Text Example


Text Example

White with #396920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396920; }

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

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

background-color css

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

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

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

border-color css

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

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

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