#3F612F

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

Shades of Green House #3F612F

Tints of Green House #3F612F

Color information

#3F612F (or 0x3F612F) is unknown color: approx Green House. HEX triplet: 3F, 61 and 2F. RGB value is (63,97,47). Sum of RGB (Red+Green+Blue) = 63+97+47=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #3F612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F612F is #C09ED0. Grayscale: #515151. Windows color (decimal): -12623569 or 3105087. OLE color: 3105087.

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

Color convert

RGB639747-
CMYK0.3500.520.62
HSL100.8º34.72%28.24%-
HSV(B)100.8º51.55%38.04%-
XYZ6.849.814.22-
YUV81.13108.74115.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=30.43%
G=46.86%
B=22.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397470.3500.520.62100.834.7228.24
Hex3F612F230343E65231c
Octal771415743064761454334
Binary11111111000011011111000110110100111110110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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