#3f603a

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

Shades of Green House #3F603A

Tints of Green House #3F603A

Color information

#3F603A (or 0x3F603A) is unknown color: approx Green House. HEX triplet: 3F, 60 and 3A. RGB value is (63,96,58). Sum of RGB (Red+Green+Blue) = 63+96+58=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #3F603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F603A is #C09FC5. Grayscale: #515151. Windows color (decimal): -12623814 or 3825727. OLE color: 3825727.

HSL color Cylindrical-coordinate representation of color #3F603A: hue angle of 112.11º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F603A is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB639658-
CMYK0.3400.400.62
HSL112.11º24.68%30.2%-
HSV(B)112.11º39.58%37.65%-
XYZ79.735.51-
YUV81.8114.57114.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=29.03%
G=44.24%
B=26.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396580.3400.400.62112.1124.6830.2
Hex3F603A220283E70191e
Octal771407242050761603136
Binary1111111100000111010100010010100011111011100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f603a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,96,58); }

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

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

 a { background-color: rgb(63,96,58); }

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

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

 span { border-color: rgb(63,96,58); }

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