Html Css Color HEX #396732 Green House

📋 copy color: '#396732'

red 57 ◦ green 103 ◦ blue 50

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

Shades of Green House #396732

Tints of Green House #396732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.05%

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

R = 27.14%
G = 49.05%
B = 23.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#396732 (or 0x396732) is known color: Green House. HEX triplet: 39, 67 and 32. RGB value is (57,103,50). Sum of RGB (Red+Green+Blue) = 57+103+50=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #396732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396732 is #C698CD. Grayscale: #535353. Windows color (decimal): -13015246 or 3303225. OLE color: 3303225.

HSL color Cylindrical-coordinate representation of color #396732: hue angle of 112.08º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396732 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 57 103 50 -
CMYK 0.45 0 0.51 0.60
HSL 112.08º 0.35% 0.3% -
HSV(B) 112.08º 0.51% 0.4% -
XYZ 7.11 10.8 4.73 -
YUV 83.2 109.26 109.31 -
System Red Green Blue C M Y K H S L
Decimal 57 103 50 0.45 0 0.51 0.60 112.08 0.35 0.3
Hex 39 67 32 2D 0 33 3C 70 23 1E
Octal 71 147 62 55 0 63 74 160 43 36
Binary 111001 1100111 110010 101101 0 110011 111100 1110000 100011 11110

Color Harmonies of #396732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396732

Black with #396732

Text Example


Text Example

White with #396732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396732; }

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

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

background-color css

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

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

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

border-color css

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

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

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