Html Css Color HEX #396432 Green House

📋 copy color: '#396432'

red 57 ◦ green 100 ◦ blue 50

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

Shades of Green House #396432

Tints of Green House #396432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.15%

R = 27.54%
G = 48.31%
B = 24.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#396432 (or 0x396432) is known color: Green House. HEX triplet: 39, 64 and 32. RGB value is (57,100,50). Sum of RGB (Red+Green+Blue) = 57+100+50=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 50 (19.92% from 255 or 24.15% from 207); Max value from RGB is 100 - color contains mainly: green. Hex color #396432 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396432 is #C69BCD. Grayscale: #515151. Windows color (decimal): -13016014 or 3302457. OLE color: 3302457.

HSL color Cylindrical-coordinate representation of color #396432: hue angle of 111.6º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396432 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 57 100 50 -
CMYK 0.43 0 0.50 0.61
HSL 111.6º 0.33% 0.29% -
HSV(B) 111.6º 0.5% 0.39% -
XYZ 6.82 10.21 4.63 -
YUV 81.44 110.25 110.57 -
System Red Green Blue C M Y K H S L
Decimal 57 100 50 0.43 0 0.50 0.61 111.6 0.33 0.29
Hex 39 64 32 2B 0 32 3D 70 21 1D
Octal 71 144 62 53 0 62 75 160 41 35
Binary 111001 1100100 110010 101011 0 110010 111101 1110000 100001 11101

Color Harmonies of #396432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396432

Black with #396432

Text Example


Text Example

White with #396432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396432; }

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

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

background-color css

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

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

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

border-color css

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

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

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