#3F6E30

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

Shades of Green House #3F6E30

Tints of Green House #3F6E30

Color information

#3F6E30 (or 0x3F6E30) is unknown color: approx Green House. HEX triplet: 3F, 6E and 30. RGB value is (63,110,48). Sum of RGB (Red+Green+Blue) = 63+110+48=221 (29% of max value = 765). Red value is 63 (25% from 255 or 28.51% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #3F6E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6E30 is #C091CF. Grayscale: #595959. Windows color (decimal): -12620240 or 3173951. OLE color: 3173951.

HSL color Cylindrical-coordinate representation of color #3F6E30: hue angle of 105.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F6E30 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.

Color convert

RGB6311048-
CMYK0.4300.560.57
HSL105.48º39.24%30.98%-
HSV(B)105.48º56.36%43.14%-
XYZ8.1612.424.76-
YUV88.88104.93109.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.51%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=28.51%
G=49.77%
B=21.72%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal63110480.4300.560.57105.4839.2430.98
Hex3F6E302B0383969271f
Octal771566053070711514737
Binary11111111011101100001010110111000111001110100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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