Html Css Color HEX #396A36 Green House

📋 copy color: '#396A36'

red 57 ◦ green 106 ◦ blue 54

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

Shades of Green House #396A36

Tints of Green House #396A36

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.85%

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

R = 26.27%
G = 48.85%
B = 24.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#396A36 (or 0x396A36) is known color: Green House. HEX triplet: 39, 6A and 36. RGB value is (57,106,54). Sum of RGB (Red+Green+Blue) = 57+106+54=217 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.27% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #396A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A36 is #C695C9. Grayscale: #555555. Windows color (decimal): -13014474 or 3566137. OLE color: 3566137.

HSL color Cylindrical-coordinate representation of color #396A36: hue angle of 116.54º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396A36 is Cyan = 0.46, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 106 54 -
CMYK 0.46 0 0.49 0.58
HSL 116.54º 0.33% 0.31% -
HSV(B) 116.54º 0.49% 0.42% -
XYZ 7.51 11.44 5.3 -
YUV 85.42 110.27 107.73 -
System Red Green Blue C M Y K H S L
Decimal 57 106 54 0.46 0 0.49 0.58 116.54 0.33 0.31
Hex 39 6A 36 2E 0 31 3A 75 20 1F
Octal 71 152 66 56 0 61 72 165 40 37
Binary 111001 1101010 110110 101110 0 110001 111010 1110101 100000 11111

Color Harmonies of #396A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A36

Black with #396A36

Text Example


Text Example

White with #396A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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