Html Css Color HEX #396636 Green House

📋 copy color: '#396636'

red 57 ◦ green 102 ◦ blue 54

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

Shades of Green House #396636

Tints of Green House #396636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 47.89%

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

R = 26.76%
G = 47.89%
B = 25.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#396636 (or 0x396636) is known color: Green House. HEX triplet: 39, 66 and 36. RGB value is (57,102,54). Sum of RGB (Red+Green+Blue) = 57+102+54=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #396636 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396636 is #C699C9. Grayscale: #535353. Windows color (decimal): -13015498 or 3565113. OLE color: 3565113.

HSL color Cylindrical-coordinate representation of color #396636: hue angle of 116.25º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #396636 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.6.

Color convert

RGB 57 102 54 -
CMYK 0.44 0 0.47 0.6
HSL 116.25º 0.31% 0.31% -
HSV(B) 116.25º 0.47% 0.4% -
XYZ 7.1 10.64 5.17 -
YUV 83.07 111.59 109.4 -
System Red Green Blue C M Y K H S L
Decimal 57 102 54 0.44 0 0.47 0.6 116.25 0.31 0.31
Hex 39 66 36 2C 0 2F 3C 74 1F 1F
Octal 71 146 66 54 0 57 74 164 37 37
Binary 111001 1100110 110110 101100 0 101111 111100 1110100 11111 11111

Color Harmonies of #396636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396636

Black with #396636

Text Example


Text Example

White with #396636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396636; }

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

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

background-color css

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

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

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

border-color css

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

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

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