#32592A

Color #32592A Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #32592A

Tints of Green House #32592A

Color information

#32592A (or 0x32592A) is unknown color: approx Green House. HEX triplet: 32, 59 and 2A. RGB value is (50,89,42). Sum of RGB (Red+Green+Blue) = 50+89+42=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #32592A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32592A is #CDA6D5. Grayscale: #484848. Windows color (decimal): -13477590 or 2775346. OLE color: 2775346.

HSL color Cylindrical-coordinate representation of color #32592A: hue angle of 109.79º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #32592A is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB508942-
CMYK0.4400.530.65
HSL109.79º35.88%25.69%-
HSV(B)109.79º52.81%34.9%-
XYZ5.317.993.45-
YUV71.98111.08112.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=27.62%
G=49.17%
B=23.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5089420.4400.530.65109.7935.8825.69
Hex32592A2C035416e241a
Octal6213152540651011564432
Binary110010101100110101010110001101011000001110111010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32592A; }

 p { color: rgb(50,89,42); }

 H1.HeaderClassName
 {
   color: #32592A;
 }
 .AnyTagClassName
 {
   color: #32592A;
 }
</style>
background-color css

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

 a { background-color: rgb(50,89,42); }

 div.DivClassName
 {
   background-color: #32592A;
 }
 .BgClassName
 {
   background-color: #32592A;
 }
</style>
border-color css

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

 span { border-color: rgb(50,89,42); }

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