Html Css Color HEX #414904 Verdun Green

📋 copy color: '#414904'

red 65 ◦ green 73 ◦ blue 4

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

Shades of Verdun Green #414904

Tints of Verdun Green #414904

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.41%

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

R = 45.77%
G = 51.41%
B = 2.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#414904 (or 0x414904) is known color: Verdun Green. HEX triplet: 41, 49 and 04. RGB value is (65,73,4). Sum of RGB (Red+Green+Blue) = 65+73+4=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #414904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414904 is #BEB6FB. Grayscale: #3F3F3F. Windows color (decimal): -12498684 or 280897. OLE color: 280897.

HSL color Cylindrical-coordinate representation of color #414904: hue angle of 66.96º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #414904 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 4 -
CMYK 0.11 0 0.95 0.71
HSL 66.96º 0.9% 0.15% -
HSV(B) 66.96º 0.95% 0.29% -
XYZ 4.58 5.9 1.01 -
YUV 62.74 94.85 129.61 -
System Red Green Blue C M Y K H S L
Decimal 65 73 4 0.11 0 0.95 0.71 66.96 0.9 0.15
Hex 41 49 4 B 0 5F 47 43 5A F
Octal 101 111 4 13 0 137 107 103 132 17
Binary 1000001 1001001 100 1011 0 1011111 1000111 1000011 1011010 1111

Color Harmonies of #414904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414904

Black with #414904

Text Example


Text Example

White with #414904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414904; }

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

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

background-color css

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

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

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

border-color css

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

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

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