#3F6238

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

Shades of Green House #3F6238

Tints of Green House #3F6238

Color information

#3F6238 (or 0x3F6238) is unknown color: approx Green House. HEX triplet: 3F, 62 and 38. RGB value is (63,98,56). Sum of RGB (Red+Green+Blue) = 63+98+56=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6238 is #C09DC7. Grayscale: #525252. Windows color (decimal): -12623304 or 3695167. OLE color: 3695167.

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

Color convert

RGB639856-
CMYK0.3600.430.62
HSL110º27.27%30.2%-
HSV(B)110º42.86%38.43%-
XYZ7.1310.085.31-
YUV82.75112.9113.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.03%
GREEN value IS 98 (38.67% from 255) = 45.16%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=29.03%
G=45.16%
B=25.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6398560.3600.430.6211027.2730.2
Hex3F62382402B3E6e1b1e
Octal771427044053761563336
Binary1111111100010111000100100010101111111011011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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