#3F6C38

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

Shades of Green House #3F6C38

Tints of Green House #3F6C38

Color information

#3F6C38 (or 0x3F6C38) is unknown color: approx Green House. HEX triplet: 3F, 6C and 38. RGB value is (63,108,56). Sum of RGB (Red+Green+Blue) = 63+108+56=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6C38 is #C093C7. Grayscale: #585858. Windows color (decimal): -12620744 or 3697727. OLE color: 3697727.

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

Color convert

RGB6310856-
CMYK0.4200.480.58
HSL111.92º31.71%32.16%-
HSV(B)111.92º48.15%42.35%-
XYZ8.1312.075.64-
YUV88.62109.59109.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 108 (42.58% from 255) = 47.58%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=27.75%
G=47.58%
B=24.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108560.4200.480.58111.9231.7132.16
Hex3F6C382A0303A702020
Octal771547052060721604040
Binary111111110110011100010101001100001110101110000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,108,56); }

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

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

 a { background-color: rgb(63,108,56); }

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

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

 span { border-color: rgb(63,108,56); }

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