#416E3C

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

Shades of Green House #416E3C

Tints of Green House #416E3C

Color information

#416E3C (or 0x416E3C) is unknown color: approx Green House. HEX triplet: 41, 6E and 3C. RGB value is (65,110,60). Sum of RGB (Red+Green+Blue) = 65+110+60=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 110 - color contains mainly: green. Hex color #416E3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416E3C is #BE91C3. Grayscale: #5A5A5A. Windows color (decimal): -12489156 or 3960385. OLE color: 3960385.

HSL color Cylindrical-coordinate representation of color #416E3C: hue angle of 114º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #416E3C is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB6511060-
CMYK0.4100.450.57
HSL114º29.41%33.33%-
HSV(B)114º45.45%43.14%-
XYZ8.5712.66.26-
YUV90.84110.59109.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 110 (43.36% from 255) = 46.81%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=27.66%
G=46.81%
B=25.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65110600.4100.450.5711429.4133.33
Hex416E3C2902D39721d21
Octal1011567451055711623541
Binary100000111011101111001010010101101111001111001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E3C; }

 p { color: rgb(65,110,60); }

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

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

 a { background-color: rgb(65,110,60); }

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

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

 span { border-color: rgb(65,110,60); }

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