#3F7335

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

Shades of Green House #3F7335

Tints of Green House #3F7335

Color information

#3F7335 (or 0x3F7335) is unknown color: approx Green House. HEX triplet: 3F, 73 and 35. RGB value is (63,115,53). Sum of RGB (Red+Green+Blue) = 63+115+53=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7335 is #C08CCA. Grayscale: #5C5C5C. Windows color (decimal): -12618955 or 3502911. OLE color: 3502911.

HSL color Cylindrical-coordinate representation of color #3F7335: hue angle of 110.32º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F7335 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB6311553-
CMYK0.4500.540.55
HSL110.32º36.9%32.94%-
HSV(B)110.32º53.91%45.1%-
XYZ8.8213.585.52-
YUV92.38105.77107.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 53 (21.09% from 255) = 22.94%
R=27.27%
G=49.78%
B=22.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63115530.4500.540.55110.3236.932.94
Hex3F73352D036376e2521
Octal771636555066671564541
Binary111111111001111010110110101101101101111101110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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