#3F6138

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

Shades of Green House #3F6138

Tints of Green House #3F6138

Color information

#3F6138 (or 0x3F6138) is unknown color: approx Green House. HEX triplet: 3F, 61 and 38. RGB value is (63,97,56). Sum of RGB (Red+Green+Blue) = 63+97+56=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6138 is #C09EC7. Grayscale: #525252. Windows color (decimal): -12623560 or 3694911. OLE color: 3694911.

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

Color convert

RGB639756-
CMYK0.3500.420.62
HSL109.76º26.8%30%-
HSV(B)109.76º42.27%38.04%-
XYZ7.049.895.28-
YUV82.16113.24114.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 97 (38.28% from 255) = 44.91%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=29.17%
G=44.91%
B=25.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397560.3500.420.62109.7626.830
Hex3F61382302A3E6e1b1e
Octal771417043052761563336
Binary1111111100001111000100011010101011111011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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