Html Css Color HEX #416348 Hunter Green

📋 copy color: '#416348'

red 65 ◦ green 99 ◦ blue 72

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

Shades of Hunter Green #416348

Tints of Hunter Green #416348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.51%

R = 27.54%
G = 41.95%
B = 30.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.61

RGB Variations

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

Color information

#416348 (or 0x416348) is known color: Hunter Green. HEX triplet: 41, 63 and 48. RGB value is (65,99,72). Sum of RGB (Red+Green+Blue) = 65+99+72=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #416348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416348 is #BE9CB7. Grayscale: #555555. Windows color (decimal): -12491960 or 4744001. OLE color: 4744001.

HSL color Cylindrical-coordinate representation of color #416348: hue angle of 132.35º 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 #416348 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 99 72 -
CMYK 0.34 0 0.27 0.61
HSL 132.35º 0.21% 0.32% -
HSV(B) 132.35º 0.34% 0.39% -
XYZ 7.81 10.52 7.75 -
YUV 85.76 120.24 113.2 -
System Red Green Blue C M Y K H S L
Decimal 65 99 72 0.34 0 0.27 0.61 132.35 0.21 0.32
Hex 41 63 48 22 0 1B 3D 84 15 20
Octal 101 143 110 42 0 33 75 204 25 40
Binary 1000001 1100011 1001000 100010 0 11011 111101 10000100 10101 100000

Color Harmonies of #416348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416348

Black with #416348

Text Example


Text Example

White with #416348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416348; }

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

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

background-color css

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

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

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

border-color css

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

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

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