Html Css Color HEX #414204 Verdun Green

📋 copy color: '#414204'

red 65 ◦ green 66 ◦ blue 4

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

Shades of Verdun Green #414204

Tints of Verdun Green #414204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 48.89%

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

R = 48.15%
G = 48.89%
B = 2.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#414204 (or 0x414204) is known color: Verdun Green. HEX triplet: 41, 42 and 04. RGB value is (65,66,4). Sum of RGB (Red+Green+Blue) = 65+66+4=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #414204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414204 is #BEBDFB. Grayscale: #3A3A3A. Windows color (decimal): -12500476 or 279105. OLE color: 279105.

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

Color convert

RGB 65 66 4 -
CMYK 0.02 0 0.94 0.74
HSL 60.97º 0.89% 0.14% -
HSV(B) 60.97º 0.94% 0.26% -
XYZ 4.15 5.03 0.87 -
YUV 58.63 97.17 132.54 -
System Red Green Blue C M Y K H S L
Decimal 65 66 4 0.02 0 0.94 0.74 60.97 0.89 0.14
Hex 41 42 4 2 0 5E 4A 3D 59 E
Octal 101 102 4 2 0 136 112 75 131 16
Binary 1000001 1000010 100 10 0 1011110 1001010 111101 1011001 1110

Color Harmonies of #414204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414204

Black with #414204

Text Example


Text Example

White with #414204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414204; }

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

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

background-color css

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

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

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

border-color css

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

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

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