#3F6F2A

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

Shades of Green House #3F6F2A

Tints of Green House #3F6F2A

Color information

#3F6F2A (or 0x3F6F2A) is unknown color: approx Green House. HEX triplet: 3F, 6F and 2A. RGB value is (63,111,42). Sum of RGB (Red+Green+Blue) = 63+111+42=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6F2A is #C090D5. Grayscale: #595959. Windows color (decimal): -12619990 or 2780991. OLE color: 2780991.

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

Color convert

RGB6311142-
CMYK0.4300.620.56
HSL101.74º45.1%30%-
HSV(B)101.74º62.16%43.53%-
XYZ8.1512.594.19-
YUV88.78101.6109.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=29.17%
G=51.39%
B=19.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111420.4300.620.56101.7445.130
Hex3F6F2A2B03E38662d1e
Octal771575253076701465536
Binary11111111011111010101010110111110111000110011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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