Html Css Color HEX #416646 Hunter Green

📋 copy color: '#416646'

red 65 ◦ green 102 ◦ blue 70

#416646
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hunter Green #416646

Tints of Hunter Green #416646

RGB

 RED value IS 65 (25.78% from 255) = 27.43%

 GREEN value IS 102 (40.23% from 255) = 43.04%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 27.43%
G = 43.04%
B = 29.54%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#416646 (or 0x416646) is known color: Hunter Green. HEX triplet: 41, 66 and 46. RGB value is (65,102,70). Sum of RGB (Red+Green+Blue) = 65+102+70=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #416646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416646 is #BE99B9. Grayscale: #575757. Windows color (decimal): -12491194 or 4613697. OLE color: 4613697.

HSL color Cylindrical-coordinate representation of color #416646: hue angle of 128.11º 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 #416646 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB 65 102 70 -
CMYK 0.36 0 0.31 0.6
HSL 128.11º 0.22% 0.33% -
HSV(B) 128.11º 0.36% 0.4% -
XYZ 8.04 11.07 7.51 -
YUV 87.29 118.24 112.1 -
System Red Green Blue C M Y K H S L
Decimal 65 102 70 0.36 0 0.31 0.6 128.11 0.22 0.33
Hex 41 66 46 24 0 1F 3C 80 16 21
Octal 101 146 106 44 0 37 74 200 26 41
Binary 1000001 1100110 1000110 100100 0 11111 111100 10000000 10110 100001

Color Harmonies of #416646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416646

Black with #416646

Text Example


Text Example

White with #416646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416646; }

 p { color: rgb(65,102,70); }

 H1.HeaderClassName
 {
   color: #416646;
 }
 .AnyTagClassName
 {
   color: #416646;
 }
</style>

background-color css

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

 a { background-color: rgb(65,102,70); }

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

border-color css

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

 span { border-color: rgb(65,102,70); }

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