#3F6134

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

Shades of Green House #3F6134

Tints of Green House #3F6134

Color information

#3F6134 (or 0x3F6134) is unknown color: approx Green House. HEX triplet: 3F, 61 and 34. RGB value is (63,97,52). Sum of RGB (Red+Green+Blue) = 63+97+52=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6134 is #C09ECB. Grayscale: #515151. Windows color (decimal): -12623564 or 3432767. OLE color: 3432767.

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

Color convert

RGB639752-
CMYK0.3500.460.62
HSL105.33º30.2%29.22%-
HSV(B)105.33º46.39%38.04%-
XYZ6.949.854.78-
YUV81.7111.24114.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.72%
GREEN value IS 97 (38.28% from 255) = 45.75%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=29.72%
G=45.75%
B=24.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397520.3500.460.62105.3330.229.22
Hex3F61342302E3E691e1d
Octal771416443056761513635
Binary1111111100001110100100011010111011111011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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