Html Css Color HEX #416C03 Verdun Green

📋 copy color: '#416C03'

red 65 ◦ green 108 ◦ blue 3

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

Shades of Verdun Green #416C03

Tints of Verdun Green #416C03

RGB

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

 GREEN value IS 108 (42.58% from 255) = 61.36%

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

R = 36.93%
G = 61.36%
B = 1.7%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#416C03 (or 0x416C03) is known color: Verdun Green. HEX triplet: 41, 6C and 03. RGB value is (65,108,3). Sum of RGB (Red+Green+Blue) = 65+108+3=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 108 (42.58% from 255 or 61.36% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 108 - color contains mainly: green. Hex color #416C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C03 is #BE93FC. Grayscale: #535353. Windows color (decimal): -12489725 or 224321. OLE color: 224321.

HSL color Cylindrical-coordinate representation of color #416C03: hue angle of 84.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #416C03 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 108 3 -
CMYK 0.40 0 0.97 0.58
HSL 84.57º 0.95% 0.22% -
HSV(B) 84.57º 0.97% 0.42% -
XYZ 7.56 11.86 1.98 -
YUV 83.17 82.75 115.04 -
System Red Green Blue C M Y K H S L
Decimal 65 108 3 0.40 0 0.97 0.58 84.57 0.95 0.22
Hex 41 6C 3 28 0 61 3A 55 5F 16
Octal 101 154 3 50 0 141 72 125 137 26
Binary 1000001 1101100 11 101000 0 1100001 111010 1010101 1011111 10110

Color Harmonies of #416C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C03

Black with #416C03

Text Example


Text Example

White with #416C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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