Html Css Color HEX #396424 Green House

📋 copy color: '#396424'

red 57 ◦ green 100 ◦ blue 36

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

Shades of Green House #396424

Tints of Green House #396424

RGB

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

 GREEN value IS 100 (39.45% from 255) = 51.81%

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

R = 29.53%
G = 51.81%
B = 18.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#396424 (or 0x396424) is known color: Green House. HEX triplet: 39, 64 and 24. RGB value is (57,100,36). Sum of RGB (Red+Green+Blue) = 57+100+36=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 100 (39.45% from 255 or 51.81% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 100 - color contains mainly: green. Hex color #396424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396424 is #C69BDB. Grayscale: #505050. Windows color (decimal): -13016028 or 2384953. OLE color: 2384953.

HSL color Cylindrical-coordinate representation of color #396424: hue angle of 100.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #396424 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 100 36 -
CMYK 0.43 0 0.64 0.61
HSL 100.31º 0.47% 0.27% -
HSV(B) 100.31º 0.64% 0.39% -
XYZ 6.56 10.11 3.27 -
YUV 79.85 103.25 111.7 -
System Red Green Blue C M Y K H S L
Decimal 57 100 36 0.43 0 0.64 0.61 100.31 0.47 0.27
Hex 39 64 24 2B 0 40 3D 64 2F 1B
Octal 71 144 44 53 0 100 75 144 57 33
Binary 111001 1100100 100100 101011 0 1000000 111101 1100100 101111 11011

Color Harmonies of #396424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396424

Black with #396424

Text Example


Text Example

White with #396424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396424; }

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

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

background-color css

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

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

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

border-color css

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

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

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