Html Css Color HEX #416346 Hunter Green

📋 copy color: '#416346'

red 65 ◦ green 99 ◦ blue 70

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

Shades of Hunter Green #416346

Tints of Hunter Green #416346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.31%

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

R = 27.78%
G = 42.31%
B = 29.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#416346 (or 0x416346) is known color: Hunter Green. HEX triplet: 41, 63 and 46. RGB value is (65,99,70). Sum of RGB (Red+Green+Blue) = 65+99+70=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 70 (27.73% from 255 or 29.91% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #416346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416346 is #BE9CB9. Grayscale: #555555. Windows color (decimal): -12491962 or 4612929. OLE color: 4612929.

HSL color Cylindrical-coordinate representation of color #416346: hue angle of 128.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416346 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 99 70 -
CMYK 0.34 0 0.29 0.61
HSL 128.82º 0.21% 0.32% -
HSV(B) 128.82º 0.34% 0.39% -
XYZ 7.75 10.49 7.41 -
YUV 85.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 65 99 70 0.34 0 0.29 0.61 128.82 0.21 0.32
Hex 41 63 46 22 0 1D 3D 81 15 20
Octal 101 143 106 42 0 35 75 201 25 40
Binary 1000001 1100011 1000110 100010 0 11101 111101 10000001 10101 100000

Color Harmonies of #416346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416346

Black with #416346

Text Example


Text Example

White with #416346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416346; }

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

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

background-color css

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

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

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

border-color css

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

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

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