Html Css Color HEX #414901 Verdun Green

📋 copy color: '#414901'

red 65 ◦ green 73 ◦ blue 1

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

Shades of Verdun Green #414901

Tints of Verdun Green #414901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.52%

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

R = 46.76%
G = 52.52%
B = 0.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#414901 (or 0x414901) is known color: Verdun Green. HEX triplet: 41, 49 and 01. RGB value is (65,73,1). Sum of RGB (Red+Green+Blue) = 65+73+1=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #414901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414901 is #BEB6FE. Grayscale: #3E3E3E. Windows color (decimal): -12498687 or 84289. OLE color: 84289.

HSL color Cylindrical-coordinate representation of color #414901: hue angle of 66.67º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #414901 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.

Color convert

RGB 65 73 1 -
CMYK 0.11 0 0.99 0.71
HSL 66.67º 0.97% 0.15% -
HSV(B) 66.67º 0.99% 0.29% -
XYZ 4.57 5.89 0.93 -
YUV 62.4 93.35 129.85 -
System Red Green Blue C M Y K H S L
Decimal 65 73 1 0.11 0 0.99 0.71 66.67 0.97 0.15
Hex 41 49 1 B 0 63 47 43 61 F
Octal 101 111 1 13 0 143 107 103 141 17
Binary 1000001 1001001 1 1011 0 1100011 1000111 1000011 1100001 1111

Color Harmonies of #414901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414901

Black with #414901

Text Example


Text Example

White with #414901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414901; }

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

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

background-color css

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

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

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

border-color css

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

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

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