#3F7135

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

Shades of Green House #3F7135

Tints of Green House #3F7135

Color information

#3F7135 (or 0x3F7135) is unknown color: approx Green House. HEX triplet: 3F, 71 and 35. RGB value is (63,113,53). Sum of RGB (Red+Green+Blue) = 63+113+53=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7135 is #C08ECA. Grayscale: #5B5B5B. Windows color (decimal): -12619467 or 3502399. OLE color: 3502399.

HSL color Cylindrical-coordinate representation of color #3F7135: hue angle of 110º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F7135 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB6311353-
CMYK0.4400.530.56
HSL110º36.14%32.55%-
HSV(B)110º53.1%44.31%-
XYZ8.613.125.45-
YUV91.21106.44107.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 113 (44.53% from 255) = 49.34%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=27.51%
G=49.34%
B=23.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63113530.4400.530.5611036.1432.55
Hex3F71352C035386e2421
Octal771616554065701564441
Binary111111111000111010110110001101011110001101110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,113,53); }

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

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

 a { background-color: rgb(63,113,53); }

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

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

 span { border-color: rgb(63,113,53); }

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