#416545

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

Shades of Hunter Green #416545

Tints of Hunter Green #416545

Color information

#416545 (or 0x416545) is unknown color: approx Hunter Green. HEX triplet: 41, 65 and 45. RGB value is (65,101,69). Sum of RGB (Red+Green+Blue) = 65+101+69=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #416545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416545 is #BE9ABA. Grayscale: #565656. Windows color (decimal): -12491451 or 4547905. OLE color: 4547905.

HSL color Cylindrical-coordinate representation of color #416545: hue angle of 126.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #416545 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB6510169-
CMYK0.3600.320.60
HSL126.67º21.69%32.55%-
HSV(B)126.67º35.64%39.61%-
XYZ7.9110.867.31-
YUV86.59118.07112.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 101 (39.84% from 255) = 42.98%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=27.66%
G=42.98%
B=29.36%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101690.3600.320.60126.6721.6932.55
Hex416545240203C7f1621
Octal10114510544040741772641
Binary1000001110010110001011001000100000111100111111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416545; }

 p { color: rgb(65,101,69); }

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

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

 a { background-color: rgb(65,101,69); }

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

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

 span { border-color: rgb(65,101,69); }

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