Html Css Color HEX #414F01 Verdun Green

📋 copy color: '#414F01'

red 65 ◦ green 79 ◦ blue 1

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

Shades of Verdun Green #414F01

Tints of Verdun Green #414F01

RGB

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

 GREEN value IS 79 (31.25% from 255) = 54.48%

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

R = 44.83%
G = 54.48%
B = 0.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#414F01 (or 0x414F01) is known color: Verdun Green. HEX triplet: 41, 4F and 01. RGB value is (65,79,1). Sum of RGB (Red+Green+Blue) = 65+79+1=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #414F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414F01 is #BEB0FE. Grayscale: #424242. Windows color (decimal): -12497151 or 85825. OLE color: 85825.

HSL color Cylindrical-coordinate representation of color #414F01: hue angle of 70.77º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #414F01 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 79 1 -
CMYK 0.18 0 0.99 0.69
HSL 70.77º 0.98% 0.16% -
HSV(B) 70.77º 0.99% 0.31% -
XYZ 4.98 6.72 1.06 -
YUV 65.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 65 79 1 0.18 0 0.99 0.69 70.77 0.98 0.16
Hex 41 4F 1 12 0 63 45 47 62 10
Octal 101 117 1 22 0 143 105 107 142 20
Binary 1000001 1001111 1 10010 0 1100011 1000101 1000111 1100010 10000

Color Harmonies of #414F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F01

Black with #414F01

Text Example


Text Example

White with #414F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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