Html Css Color HEX #416313 Verdun Green

📋 copy color: '#416313'

red 65 ◦ green 99 ◦ blue 19

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

Shades of Verdun Green #416313

Tints of Verdun Green #416313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.38%

R = 35.52%
G = 54.1%
B = 10.38%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#416313 (or 0x416313) is known color: Verdun Green. HEX triplet: 41, 63 and 13. RGB value is (65,99,19). Sum of RGB (Red+Green+Blue) = 65+99+19=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #416313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416313 is #BE9CEC. Grayscale: #505050. Windows color (decimal): -12492013 or 1270593. OLE color: 1270593.

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

Color convert

RGB 65 99 19 -
CMYK 0.34 0 0.81 0.61
HSL 85.5º 0.68% 0.23% -
HSV(B) 85.5º 0.81% 0.39% -
XYZ 6.76 10.09 2.21 -
YUV 79.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 65 99 19 0.34 0 0.81 0.61 85.5 0.68 0.23
Hex 41 63 13 22 0 51 3D 56 44 17
Octal 101 143 23 42 0 121 75 126 104 27
Binary 1000001 1100011 10011 100010 0 1010001 111101 1010110 1000100 10111

Color Harmonies of #416313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416313

Black with #416313

Text Example


Text Example

White with #416313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416313; }

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

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

background-color css

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

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

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

border-color css

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

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

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