Html Css Color HEX #396B24 Green House

📋 copy color: '#396B24'

red 57 ◦ green 107 ◦ blue 36

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

Shades of Green House #396B24

Tints of Green House #396B24

RGB

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

 GREEN value IS 107 (42.19% from 255) = 53.5%

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

R = 28.5%
G = 53.5%
B = 18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#396B24 (or 0x396B24) is known color: Green House. HEX triplet: 39, 6B and 24. RGB value is (57,107,36). Sum of RGB (Red+Green+Blue) = 57+107+36=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #396B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B24 is #C694DB. Grayscale: #545454. Windows color (decimal): -13014236 or 2386745. OLE color: 2386745.

HSL color Cylindrical-coordinate representation of color #396B24: hue angle of 102.25º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396B24 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 107 36 -
CMYK 0.47 0 0.66 0.58
HSL 102.25º 0.5% 0.28% -
HSV(B) 102.25º 0.66% 0.42% -
XYZ 7.26 11.51 3.51 -
YUV 83.96 100.94 108.77 -
System Red Green Blue C M Y K H S L
Decimal 57 107 36 0.47 0 0.66 0.58 102.25 0.5 0.28
Hex 39 6B 24 2F 0 42 3A 66 32 1C
Octal 71 153 44 57 0 102 72 146 62 34
Binary 111001 1101011 100100 101111 0 1000010 111010 1100110 110010 11100

Color Harmonies of #396B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396B24

Black with #396B24

Text Example


Text Example

White with #396B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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