Html Css Color HEX #414604 Verdun Green

📋 copy color: '#414604'

red 65 ◦ green 70 ◦ blue 4

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

Shades of Verdun Green #414604

Tints of Verdun Green #414604

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.36%

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

R = 46.76%
G = 50.36%
B = 2.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#414604 (or 0x414604) is known color: Verdun Green. HEX triplet: 41, 46 and 04. RGB value is (65,70,4). Sum of RGB (Red+Green+Blue) = 65+70+4=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #414604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414604 is #BEB9FB. Grayscale: #3D3D3D. Windows color (decimal): -12499452 or 280129. OLE color: 280129.

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

Color convert

RGB 65 70 4 -
CMYK 0.07 0 0.94 0.73
HSL 64.55º 0.89% 0.15% -
HSV(B) 64.55º 0.94% 0.27% -
XYZ 4.39 5.51 0.95 -
YUV 60.98 95.84 130.87 -
System Red Green Blue C M Y K H S L
Decimal 65 70 4 0.07 0 0.94 0.73 64.55 0.89 0.15
Hex 41 46 4 7 0 5E 49 41 59 F
Octal 101 106 4 7 0 136 111 101 131 17
Binary 1000001 1000110 100 111 0 1011110 1001001 1000001 1011001 1111

Color Harmonies of #414604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414604

Black with #414604

Text Example


Text Example

White with #414604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414604; }

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

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

background-color css

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

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

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

border-color css

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

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

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