#416135

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

Shades of Green House #416135

Tints of Green House #416135

Color information

#416135 (or 0x416135) is unknown color: approx Green House. HEX triplet: 41, 61 and 35. RGB value is (65,97,53). Sum of RGB (Red+Green+Blue) = 65+97+53=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #416135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416135 is #BE9ECA. Grayscale: #525252. Windows color (decimal): -12492491 or 3498305. OLE color: 3498305.

HSL color Cylindrical-coordinate representation of color #416135: hue angle of 103.64º 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 #416135 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB659753-
CMYK0.3300.450.62
HSL103.64º29.33%29.41%-
HSV(B)103.64º45.36%38.04%-
XYZ7.19.934.91-
YUV82.42111.4115.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 53 (21.09% from 255) = 24.65%
R=30.23%
G=45.12%
B=24.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597530.3300.450.62103.6429.3329.41
Hex4161352102D3E681d1d
Octal1011416541055761503535
Binary10000011100001110101100001010110111111011010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416135; }

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

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

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

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

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

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

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

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