#3F6F2E

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

Shades of Green House #3F6F2E

Tints of Green House #3F6F2E

Color information

#3F6F2E (or 0x3F6F2E) is unknown color: approx Green House. HEX triplet: 3F, 6F and 2E. RGB value is (63,111,46). Sum of RGB (Red+Green+Blue) = 63+111+46=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 111 (43.75% from 255 or 50.45% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6F2E is #C090D1. Grayscale: #595959. Windows color (decimal): -12619986 or 3043135. OLE color: 3043135.

HSL color Cylindrical-coordinate representation of color #3F6F2E: hue angle of 104.31º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F6F2E is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB6311146-
CMYK0.4300.590.56
HSL104.31º41.4%30.78%-
HSV(B)104.31º58.56%43.53%-
XYZ8.2312.624.59-
YUV89.24103.6109.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 111 (43.75% from 255) = 50.45%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=28.64%
G=50.45%
B=20.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111460.4300.590.56104.3141.430.78
Hex3F6F2E2B03B3868291f
Octal771575653073701505137
Binary11111111011111011101010110111011111000110100010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,111,46); }

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

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

 a { background-color: rgb(63,111,46); }

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

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

 span { border-color: rgb(63,111,46); }

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