#447032

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

Shades of Green House #447032

Tints of Green House #447032

Color information

#447032 (or 0x447032) is unknown color: approx Green House. HEX triplet: 44, 70 and 32. RGB value is (68,112,50). Sum of RGB (Red+Green+Blue) = 68+112+50=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #447032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447032 is #BB8FCD. Grayscale: #5B5B5B. Windows color (decimal): -12292046 or 3305540. OLE color: 3305540.

HSL color Cylindrical-coordinate representation of color #447032: hue angle of 102.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #447032 is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB6811250-
CMYK0.3900.550.56
HSL102.58º38.27%31.76%-
HSV(B)102.58º55.36%43.92%-
XYZ8.7513.055.07-
YUV91.78104.42111.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=29.57%
G=48.70%
B=21.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68112500.3900.550.56102.5838.2731.76
Hex4470322703738672620
Octal1041606247067701474640
Binary1000100111000011001010011101101111110001100111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447032; }

 p { color: rgb(68,112,50); }

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

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

 a { background-color: rgb(68,112,50); }

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

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

 span { border-color: rgb(68,112,50); }

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