#3F613A

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

Shades of Green House #3F613A

Tints of Green House #3F613A

Color information

#3F613A (or 0x3F613A) is unknown color: approx Green House. HEX triplet: 3F, 61 and 3A. RGB value is (63,97,58). Sum of RGB (Red+Green+Blue) = 63+97+58=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #3F613A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F613A is #C09EC5. Grayscale: #525252. Windows color (decimal): -12623558 or 3825983. OLE color: 3825983.

HSL color Cylindrical-coordinate representation of color #3F613A: hue angle of 112.31º 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 #3F613A is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB639758-
CMYK0.3500.400.62
HSL112.31º25.16%30.39%-
HSV(B)112.31º40.21%38.04%-
XYZ7.099.915.54-
YUV82.39114.24114.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=28.90%
G=44.50%
B=26.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397580.3500.400.62112.3125.1630.39
Hex3F613A230283E70191e
Octal771417243050761603136
Binary1111111100001111010100011010100011111011100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F613A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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