#3F6A30

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

Shades of Green House #3F6A30

Tints of Green House #3F6A30

Color information

#3F6A30 (or 0x3F6A30) is unknown color: approx Green House. HEX triplet: 3F, 6A and 30. RGB value is (63,106,48). Sum of RGB (Red+Green+Blue) = 63+106+48=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6A30 is #C095CF. Grayscale: #565656. Windows color (decimal): -12621264 or 3172927. OLE color: 3172927.

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

Color convert

RGB6310648-
CMYK0.4100.550.58
HSL104.48º37.66%30.2%-
HSV(B)104.48º54.72%41.57%-
XYZ7.7411.584.62-
YUV86.53106.25111.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=29.03%
G=48.85%
B=22.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106480.4100.550.58104.4837.6630.2
Hex3F6A30290373A68261e
Octal771526051067721504636
Binary11111111010101100001010010110111111010110100010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,48); }

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

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

 a { background-color: rgb(63,106,48); }

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

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

 span { border-color: rgb(63,106,48); }

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