#3F5C35

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

Shades of Green House #3F5C35

Tints of Green House #3F5C35

Color information

#3F5C35 (or 0x3F5C35) is unknown color: approx Green House. HEX triplet: 3F, 5C and 35. RGB value is (63,92,53). Sum of RGB (Red+Green+Blue) = 63+92+53=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #3F5C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5C35 is #C0A3CA. Grayscale: #4F4F4F. Windows color (decimal): -12624843 or 3497023. OLE color: 3497023.

HSL color Cylindrical-coordinate representation of color #3F5C35: hue angle of 104.62º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F5C35 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB639253-
CMYK0.3200.420.64
HSL104.62º26.9%28.43%-
HSV(B)104.62º42.39%36.08%-
XYZ6.528.974.76-
YUV78.88113.39116.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.29%
GREEN value IS 92 (36.33% from 255) = 44.23%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=30.29%
G=44.23%
B=25.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6392530.3200.420.64104.6226.928.43
Hex3F5C352002A40691b1c
Octal7713465400521001513334
Binary11111110111001101011000000101010100000011010011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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