#3F6135

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

Shades of Green House #3F6135

Tints of Green House #3F6135

Color information

#3F6135 (or 0x3F6135) is unknown color: approx Green House. HEX triplet: 3F, 61 and 35. RGB value is (63,97,53). Sum of RGB (Red+Green+Blue) = 63+97+53=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 97 - color contains mainly: green. Hex color #3F6135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6135 is #C09ECA. Grayscale: #515151. Windows color (decimal): -12623563 or 3498303. OLE color: 3498303.

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

Color convert

RGB639753-
CMYK0.3500.450.62
HSL106.36º29.33%29.41%-
HSV(B)106.36º45.36%38.04%-
XYZ6.979.864.9-
YUV81.82111.74114.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 97 (38.28% from 255) = 45.54%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=29.58%
G=45.54%
B=24.88%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397530.3500.450.62106.3629.3329.41
Hex3F61352302D3E6a1d1d
Octal771416543055761523535
Binary1111111100001110101100011010110111111011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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