Html Css Color HEX #416C04 Verdun Green

📋 copy color: '#416C04'

red 65 ◦ green 108 ◦ blue 4

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

Shades of Verdun Green #416C04

Tints of Verdun Green #416C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 36.72%
G = 61.02%
B = 2.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#416C04 (or 0x416C04) is known color: Verdun Green. HEX triplet: 41, 6C and 04. RGB value is (65,108,4). Sum of RGB (Red+Green+Blue) = 65+108+4=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 108 (42.58% from 255 or 61.02% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 108 - color contains mainly: green. Hex color #416C04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #416C04 is #BE93FB. Grayscale: #535353. Windows color (decimal): -12489724 or 289857. OLE color: 289857.

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

Color convert

RGB 65 108 4 -
CMYK 0.40 0 0.96 0.58
HSL 84.81º 0.93% 0.22% -
HSV(B) 84.81º 0.96% 0.42% -
XYZ 7.56 11.86 2 -
YUV 83.29 83.25 114.96 -
System Red Green Blue C M Y K H S L
Decimal 65 108 4 0.40 0 0.96 0.58 84.81 0.93 0.22
Hex 41 6C 4 28 0 60 3A 55 5D 16
Octal 101 154 4 50 0 140 72 125 135 26
Binary 1000001 1101100 100 101000 0 1100000 111010 1010101 1011101 10110

Color Harmonies of #416C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C04

Black with #416C04

Text Example


Text Example

White with #416C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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