Html Css Color HEX #414701 Verdun Green

📋 copy color: '#414701'

red 65 ◦ green 71 ◦ blue 1

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

Shades of Verdun Green #414701

Tints of Verdun Green #414701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.82%

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 47.45%
G = 51.82%
B = 0.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#414701 (or 0x414701) is known color: Verdun Green. HEX triplet: 41, 47 and 01. RGB value is (65,71,1). Sum of RGB (Red+Green+Blue) = 65+71+1=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #414701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414701 is #BEB8FE. Grayscale: #3D3D3D. Windows color (decimal): -12499199 or 83777. OLE color: 83777.

HSL color Cylindrical-coordinate representation of color #414701: hue angle of 65.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #414701 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 71 1 -
CMYK 0.08 0 0.99 0.72
HSL 65.14º 0.97% 0.14% -
HSV(B) 65.14º 0.99% 0.28% -
XYZ 4.44 5.63 0.88 -
YUV 61.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 65 71 1 0.08 0 0.99 0.72 65.14 0.97 0.14
Hex 41 47 1 8 0 63 48 41 61 E
Octal 101 107 1 10 0 143 110 101 141 16
Binary 1000001 1000111 1 1000 0 1100011 1001000 1000001 1100001 1110

Color Harmonies of #414701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414701

Black with #414701

Text Example


Text Example

White with #414701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414701; }

 p { color: rgb(65,71,1); }

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

background-color css

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

 a { background-color: rgb(65,71,1); }

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

border-color css

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

 span { border-color: rgb(65,71,1); }

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