#3F7231

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

Shades of Green House #3F7231

Tints of Green House #3F7231

Color information

#3F7231 (or 0x3F7231) is unknown color: approx Green House. HEX triplet: 3F, 72 and 31. RGB value is (63,114,49). Sum of RGB (Red+Green+Blue) = 63+114+49=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7231 is #C08DCE. Grayscale: #5B5B5B. Windows color (decimal): -12619215 or 3240511. OLE color: 3240511.

HSL color Cylindrical-coordinate representation of color #3F7231: hue angle of 107.08º 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 #3F7231 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB6311449-
CMYK0.4500.570.55
HSL107.08º39.88%31.96%-
HSV(B)107.08º57.02%44.71%-
XYZ8.6213.315.02-
YUV91.34104.1107.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=27.88%
G=50.44%
B=21.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114490.4500.570.55107.0839.8831.96
Hex3F72312D039376b2820
Octal771626155071671535040
Binary111111111001011000110110101110011101111101011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7231; }

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

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

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

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

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

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

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

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