#3F6B2F

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

Shades of Green House #3F6B2F

Tints of Green House #3F6B2F

Color information

#3F6B2F (or 0x3F6B2F) is unknown color: approx Green House. HEX triplet: 3F, 6B and 2F. RGB value is (63,107,47). Sum of RGB (Red+Green+Blue) = 63+107+47=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 107 (42.19% from 255 or 49.31% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6B2F is #C094D0. Grayscale: #575757. Windows color (decimal): -12621009 or 3107647. OLE color: 3107647.

HSL color Cylindrical-coordinate representation of color #3F6B2F: hue angle of 104º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F6B2F is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB6310747-
CMYK0.4100.560.58
HSL104º38.96%30.2%-
HSV(B)104º56.07%41.96%-
XYZ7.8211.784.55-
YUV87105.42110.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 107 (42.19% from 255) = 49.31%
BLUE value IS 47 (18.75% from 255) = 21.66%
R=29.03%
G=49.31%
B=21.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63107470.4100.560.5810438.9630.2
Hex3F6B2F290383A68271e
Octal771535751070721504736
Binary11111111010111011111010010111000111010110100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,107,47); }

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

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

 a { background-color: rgb(63,107,47); }

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

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

 span { border-color: rgb(63,107,47); }

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