#447231

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

Shades of Green House #447231

Tints of Green House #447231

Color information

#447231 (or 0x447231) is unknown color: approx Green House. HEX triplet: 44, 72 and 31. RGB value is (68,114,49). Sum of RGB (Red+Green+Blue) = 68+114+49=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #447231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447231 is #BB8DCE. Grayscale: #5D5D5D. Windows color (decimal): -12291535 or 3240516. OLE color: 3240516.

HSL color Cylindrical-coordinate representation of color #447231: hue angle of 102.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #447231 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB6811449-
CMYK0.4000.570.55
HSL102.46º39.88%31.96%-
HSV(B)102.46º57.02%44.71%-
XYZ8.9613.495.04-
YUV92.84103.26110.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 114 (44.92% from 255) = 49.35%
BLUE value IS 49 (19.53% from 255) = 21.21%
R=29.44%
G=49.35%
B=21.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114490.4000.570.55102.4639.8831.96
Hex4472312803937662820
Octal1041626150071671465040
Binary1000100111001011000110100001110011101111100110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447231; }

 p { color: rgb(68,114,49); }

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

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

 a { background-color: rgb(68,114,49); }

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

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

 span { border-color: rgb(68,114,49); }

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