Html Css Color HEX #416303 Verdun Green

📋 copy color: '#416303'

red 65 ◦ green 99 ◦ blue 3

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

Shades of Verdun Green #416303

Tints of Verdun Green #416303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.8%

R = 38.92%
G = 59.28%
B = 1.8%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.61

RGB Variations

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

Color information

#416303 (or 0x416303) is known color: Verdun Green. HEX triplet: 41, 63 and 03. RGB value is (65,99,3). Sum of RGB (Red+Green+Blue) = 65+99+3=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #416303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416303 is #BE9CFC. Grayscale: #4E4E4E. Windows color (decimal): -12492029 or 222017. OLE color: 222017.

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

Color convert

RGB 65 99 3 -
CMYK 0.34 0 0.97 0.61
HSL 81.25º 0.94% 0.2% -
HSV(B) 81.25º 0.97% 0.39% -
XYZ 6.66 10.05 1.68 -
YUV 77.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 65 99 3 0.34 0 0.97 0.61 81.25 0.94 0.2
Hex 41 63 3 22 0 61 3D 51 5E 14
Octal 101 143 3 42 0 141 75 121 136 24
Binary 1000001 1100011 11 100010 0 1100001 111101 1010001 1011110 10100

Color Harmonies of #416303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416303

Black with #416303

Text Example


Text Example

White with #416303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416303; }

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

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

background-color css

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

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

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

border-color css

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

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

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