#3F6F32

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

Shades of Green House #3F6F32

Tints of Green House #3F6F32

Color information

#3F6F32 (or 0x3F6F32) is unknown color: approx Green House. HEX triplet: 3F, 6F and 32. RGB value is (63,111,50). Sum of RGB (Red+Green+Blue) = 63+111+50=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6F32 is #C090CD. Grayscale: #595959. Windows color (decimal): -12619982 or 3305279. OLE color: 3305279.

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

Color convert

RGB6311150-
CMYK0.4300.550.56
HSL107.21º37.89%31.57%-
HSV(B)107.21º54.95%43.53%-
XYZ8.3112.665.02-
YUV89.69105.6108.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.12%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=28.12%
G=49.55%
B=22.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal63111500.4300.550.56107.2137.8931.57
Hex3F6F322B037386b2620
Octal771576253067701534640
Binary111111110111111001010101101101111110001101011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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