Html Css Color HEX #396232 Green House

📋 copy color: '#396232'

red 57 ◦ green 98 ◦ blue 50

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

Shades of Green House #396232

Tints of Green House #396232

RGB

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

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

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

R = 27.8%
G = 47.8%
B = 24.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#396232 (or 0x396232) is known color: Green House. HEX triplet: 39, 62 and 32. RGB value is (57,98,50). Sum of RGB (Red+Green+Blue) = 57+98+50=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #396232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396232 is #C69DCD. Grayscale: #505050. Windows color (decimal): -13016526 or 3301945. OLE color: 3301945.

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

Color convert

RGB 57 98 50 -
CMYK 0.42 0 0.49 0.62
HSL 111.25º 0.32% 0.29% -
HSV(B) 111.25º 0.49% 0.38% -
XYZ 6.63 9.84 4.57 -
YUV 80.27 110.92 111.4 -
System Red Green Blue C M Y K H S L
Decimal 57 98 50 0.42 0 0.49 0.62 111.25 0.32 0.29
Hex 39 62 32 2A 0 31 3E 6F 20 1D
Octal 71 142 62 52 0 61 76 157 40 35
Binary 111001 1100010 110010 101010 0 110001 111110 1101111 100000 11101

Color Harmonies of #396232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396232

Black with #396232

Text Example


Text Example

White with #396232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396232; }

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

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

background-color css

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

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

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

border-color css

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

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

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