#3F663C

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

Shades of Green House #3F663C

Tints of Green House #3F663C

Color information

#3F663C (or 0x3F663C) is unknown color: approx Green House. HEX triplet: 3F, 66 and 3C. RGB value is (63,102,60). Sum of RGB (Red+Green+Blue) = 63+102+60=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #3F663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F663C is #C099C3. Grayscale: #555555. Windows color (decimal): -12622276 or 3958335. OLE color: 3958335.

HSL color Cylindrical-coordinate representation of color #3F663C: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F663C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB6310260-
CMYK0.3800.410.6
HSL115.71º25.93%31.76%-
HSV(B)115.71º41.18%40%-
XYZ7.6210.895.97-
YUV85.55113.58111.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 60 (23.83% from 255) = 26.67%
R=28%
G=45.33%
B=26.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal63102600.3800.410.6115.7125.9331.76
Hex3F663C260293C741a20
Octal771467446051741643240
Binary11111111001101111001001100101001111100111010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,102,60); }

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

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

 a { background-color: rgb(63,102,60); }

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

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

 span { border-color: rgb(63,102,60); }

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