Html Css Color HEX #396236 Green House

📋 copy color: '#396236'

red 57 ◦ green 98 ◦ blue 54

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

Shades of Green House #396236

Tints of Green House #396236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.89%

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

R = 27.27%
G = 46.89%
B = 25.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#396236 (or 0x396236) is known color: Green House. HEX triplet: 39, 62 and 36. RGB value is (57,98,54). Sum of RGB (Red+Green+Blue) = 57+98+54=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #396236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396236 is #C69DC9. Grayscale: #505050. Windows color (decimal): -13016522 or 3564089. OLE color: 3564089.

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

Color convert

RGB 57 98 54 -
CMYK 0.42 0 0.45 0.62
HSL 115.91º 0.29% 0.3% -
HSV(B) 115.91º 0.45% 0.38% -
XYZ 6.72 9.87 5.04 -
YUV 80.73 112.92 111.08 -
System Red Green Blue C M Y K H S L
Decimal 57 98 54 0.42 0 0.45 0.62 115.91 0.29 0.3
Hex 39 62 36 2A 0 2D 3E 74 1D 1E
Octal 71 142 66 52 0 55 76 164 35 36
Binary 111001 1100010 110110 101010 0 101101 111110 1110100 11101 11110

Color Harmonies of #396236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396236

Black with #396236

Text Example


Text Example

White with #396236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396236; }

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

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

background-color css

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

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

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

border-color css

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

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

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