#3F6A3C

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

Shades of Green House #3F6A3C

Tints of Green House #3F6A3C

Color information

#3F6A3C (or 0x3F6A3C) is unknown color: approx Green House. HEX triplet: 3F, 6A and 3C. RGB value is (63,106,60). Sum of RGB (Red+Green+Blue) = 63+106+60=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A3C is #C095C3. Grayscale: #585858. Windows color (decimal): -12621252 or 3959359. OLE color: 3959359.

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

Color convert

RGB6310660-
CMYK0.4100.430.58
HSL116.09º27.71%32.55%-
HSV(B)116.09º43.4%41.57%-
XYZ8.0211.696.11-
YUV87.9112.25110.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.51%
GREEN value IS 106 (41.80% from 255) = 46.29%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=27.51%
G=46.29%
B=26.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106600.4100.430.58116.0927.7132.55
Hex3F6A3C2902B3A741c21
Octal771527451053721643441
Binary11111111010101111001010010101011111010111010011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,60); }

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

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

 a { background-color: rgb(63,106,60); }

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

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

 span { border-color: rgb(63,106,60); }

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