Html Css Color HEX #396136 Green House

📋 copy color: '#396136'

red 57 ◦ green 97 ◦ blue 54

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

Shades of Green House #396136

Tints of Green House #396136

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.63%

 BLUE value IS 54 (21.48% from 255) = 25.96%

R = 27.4%
G = 46.63%
B = 25.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#396136 (or 0x396136) is known color: Green House. HEX triplet: 39, 61 and 36. RGB value is (57,97,54). Sum of RGB (Red+Green+Blue) = 57+97+54=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #396136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396136 is #C69EC9. Grayscale: #505050. Windows color (decimal): -13016778 or 3563833. OLE color: 3563833.

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

Color convert

RGB 57 97 54 -
CMYK 0.41 0 0.44 0.62
HSL 115.81º 0.28% 0.3% -
HSV(B) 115.81º 0.44% 0.38% -
XYZ 6.63 9.69 5.01 -
YUV 80.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 57 97 54 0.41 0 0.44 0.62 115.81 0.28 0.3
Hex 39 61 36 29 0 2C 3E 74 1C 1E
Octal 71 141 66 51 0 54 76 164 34 36
Binary 111001 1100001 110110 101001 0 101100 111110 1110100 11100 11110

Color Harmonies of #396136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396136

Black with #396136

Text Example


Text Example

White with #396136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396136; }

 p { color: rgb(57,97,54); }

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

background-color css

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

 a { background-color: rgb(57,97,54); }

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

border-color css

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

 span { border-color: rgb(57,97,54); }

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