Html Css Color HEX #414404 Verdun Green

📋 copy color: '#414404'

red 65 ◦ green 68 ◦ blue 4

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

Shades of Verdun Green #414404

Tints of Verdun Green #414404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 49.64%

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

R = 47.45%
G = 49.64%
B = 2.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#414404 (or 0x414404) is known color: Verdun Green. HEX triplet: 41, 44 and 04. RGB value is (65,68,4). Sum of RGB (Red+Green+Blue) = 65+68+4=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 68 (26.95% from 255 or 49.64% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 68 - color contains mainly: green. Hex color #414404 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414404 is #BEBBFB. Grayscale: #3C3C3C. Windows color (decimal): -12499964 or 279617. OLE color: 279617.

HSL color Cylindrical-coordinate representation of color #414404: hue angle of 62.81º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #414404 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 65 68 4 -
CMYK 0.04 0 0.94 0.73
HSL 62.81º 0.89% 0.14% -
HSV(B) 62.81º 0.94% 0.27% -
XYZ 4.27 5.27 0.91 -
YUV 59.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 65 68 4 0.04 0 0.94 0.73 62.81 0.89 0.14
Hex 41 44 4 4 0 5E 49 3F 59 E
Octal 101 104 4 4 0 136 111 77 131 16
Binary 1000001 1000100 100 100 0 1011110 1001001 111111 1011001 1110

Color Harmonies of #414404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414404

Black with #414404

Text Example


Text Example

White with #414404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414404; }

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

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

background-color css

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

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

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

border-color css

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

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

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