Html Css Color HEX #414801 Verdun Green

📋 copy color: '#414801'

red 65 ◦ green 72 ◦ blue 1

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

Shades of Verdun Green #414801

Tints of Verdun Green #414801

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

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

R = 47.1%
G = 52.17%
B = 0.72%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#414801 (or 0x414801) is known color: Verdun Green. HEX triplet: 41, 48 and 01. RGB value is (65,72,1). Sum of RGB (Red+Green+Blue) = 65+72+1=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #414801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #414801 is #BEB7FE. Grayscale: #3E3E3E. Windows color (decimal): -12498943 or 84033. OLE color: 84033.

HSL color Cylindrical-coordinate representation of color #414801: hue angle of 65.92º 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 #414801 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 72 1 -
CMYK 0.10 0 0.99 0.72
HSL 65.92º 0.97% 0.14% -
HSV(B) 65.92º 0.99% 0.28% -
XYZ 4.5 5.76 0.9 -
YUV 61.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 65 72 1 0.10 0 0.99 0.72 65.92 0.97 0.14
Hex 41 48 1 A 0 63 48 42 61 E
Octal 101 110 1 12 0 143 110 102 141 16
Binary 1000001 1001000 1 1010 0 1100011 1001000 1000010 1100001 1110

Color Harmonies of #414801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414801

Black with #414801

Text Example


Text Example

White with #414801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414801; }

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

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

background-color css

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

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

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

border-color css

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

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

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