Html Css Color HEX #414804 Verdun Green

📋 copy color: '#414804'

red 65 ◦ green 72 ◦ blue 4

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

Shades of Verdun Green #414804

Tints of Verdun Green #414804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 51.06%

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

R = 46.1%
G = 51.06%
B = 2.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#414804 (or 0x414804) is known color: Verdun Green. HEX triplet: 41, 48 and 04. RGB value is (65,72,4). Sum of RGB (Red+Green+Blue) = 65+72+4=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 72 (28.52% from 255 or 51.06% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 72 - color contains mainly: green. Hex color #414804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414804 is #BEB7FB. Grayscale: #3E3E3E. Windows color (decimal): -12498940 or 280641. OLE color: 280641.

HSL color Cylindrical-coordinate representation of color #414804: hue angle of 66.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #414804 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 4 -
CMYK 0.10 0 0.94 0.72
HSL 66.18º 0.89% 0.15% -
HSV(B) 66.18º 0.94% 0.28% -
XYZ 4.52 5.77 0.99 -
YUV 62.16 95.18 130.03 -
System Red Green Blue C M Y K H S L
Decimal 65 72 4 0.10 0 0.94 0.72 66.18 0.89 0.15
Hex 41 48 4 A 0 5E 48 42 59 F
Octal 101 110 4 12 0 136 110 102 131 17
Binary 1000001 1001000 100 1010 0 1011110 1001000 1000010 1011001 1111

Color Harmonies of #414804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414804

Black with #414804

Text Example


Text Example

White with #414804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414804; }

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

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

background-color css

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

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

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

border-color css

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

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

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