#3F6D2A

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

Shades of Green House #3F6D2A

Tints of Green House #3F6D2A

Color information

#3F6D2A (or 0x3F6D2A) is unknown color: approx Green House. HEX triplet: 3F, 6D and 2A. RGB value is (63,109,42). Sum of RGB (Red+Green+Blue) = 63+109+42=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 109 (42.97% from 255 or 50.93% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 109 - color contains mainly: green. Hex color #3F6D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6D2A is #C092D5. Grayscale: #575757. Windows color (decimal): -12620502 or 2780479. OLE color: 2780479.

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

Color convert

RGB6310942-
CMYK0.4200.610.57
HSL101.19º44.37%29.61%-
HSV(B)101.19º61.47%42.75%-
XYZ7.9412.164.12-
YUV87.61102.26110.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.44%
GREEN value IS 109 (42.97% from 255) = 50.93%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=29.44%
G=50.93%
B=19.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63109420.4200.610.57101.1944.3729.61
Hex3F6D2A2A03D39652c1e
Octal771555252075711455436
Binary11111111011011010101010100111101111001110010110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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