#415F35

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

Shades of Green House #415F35

Tints of Green House #415F35

Color information

#415F35 (or 0x415F35) is unknown color: approx Green House. HEX triplet: 41, 5F and 35. RGB value is (65,95,53). Sum of RGB (Red+Green+Blue) = 65+95+53=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 95 - color contains mainly: green. Hex color #415F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415F35 is #BEA0CA. Grayscale: #515151. Windows color (decimal): -12493003 or 3497793. OLE color: 3497793.

HSL color Cylindrical-coordinate representation of color #415F35: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #415F35 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.

Color convert

RGB659553-
CMYK0.3200.440.63
HSL102.86º28.38%29.02%-
HSV(B)102.86º44.21%37.25%-
XYZ6.919.574.85-
YUV81.24112.06116.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.52%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 53 (21.09% from 255) = 24.88%
R=30.52%
G=44.60%
B=24.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6595530.3200.440.63102.8628.3829.02
Hex415F352002C3F671c1d
Octal1011376540054771473435
Binary10000011011111110101100000010110011111111001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415F35; }

 p { color: rgb(65,95,53); }

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

<style>
 a { background-color: #415F35; }

 a { background-color: rgb(65,95,53); }

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

<style>
 span { border-color: #415F35; }

 span { border-color: rgb(65,95,53); }

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