Html Css Color HEX #396924 Green House

📋 copy color: '#396924'

red 57 ◦ green 105 ◦ blue 36

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

Shades of Green House #396924

Tints of Green House #396924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 18.18%

R = 28.79%
G = 53.03%
B = 18.18%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#396924 (or 0x396924) is known color: Green House. HEX triplet: 39, 69 and 24. RGB value is (57,105,36). Sum of RGB (Red+Green+Blue) = 57+105+36=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #396924 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396924 is #C696DB. Grayscale: #535353. Windows color (decimal): -13014748 or 2386233. OLE color: 2386233.

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

Color convert

RGB 57 105 36 -
CMYK 0.46 0 0.66 0.59
HSL 101.74º 0.49% 0.28% -
HSV(B) 101.74º 0.66% 0.41% -
XYZ 7.06 11.1 3.44 -
YUV 82.78 101.6 109.61 -
System Red Green Blue C M Y K H S L
Decimal 57 105 36 0.46 0 0.66 0.59 101.74 0.49 0.28
Hex 39 69 24 2E 0 42 3B 66 31 1C
Octal 71 151 44 56 0 102 73 146 61 34
Binary 111001 1101001 100100 101110 0 1000010 111011 1100110 110001 11100

Color Harmonies of #396924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396924

Black with #396924

Text Example


Text Example

White with #396924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396924; }

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

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

background-color css

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

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

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

border-color css

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

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

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