Html Css Color HEX #404F01 Verdun Green

📋 copy color: '#404F01'

red 64 ◦ green 79 ◦ blue 1

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

Shades of Verdun Green #404F01

Tints of Verdun Green #404F01

RGB

 RED value IS 64 (25.39% from 255) = 44.44%

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

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

R = 44.44%
G = 54.86%
B = 0.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#404F01 (or 0x404F01) is known color: Verdun Green. HEX triplet: 40, 4F and 01. RGB value is (64,79,1). Sum of RGB (Red+Green+Blue) = 64+79+1=144 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.44% from 144); Green value is 79 (31.25% from 255 or 54.86% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 79 - color contains mainly: green. Hex color #404F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F01 is #BFB0FE. Grayscale: #414141. Windows color (decimal): -12562687 or 85824. OLE color: 85824.

HSL color Cylindrical-coordinate representation of color #404F01: hue angle of 71.54º 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 #404F01 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 79 1 -
CMYK 0.19 0 0.99 0.69
HSL 71.54º 0.98% 0.16% -
HSV(B) 71.54º 0.99% 0.31% -
XYZ 4.92 6.68 1.06 -
YUV 65.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 64 79 1 0.19 0 0.99 0.69 71.54 0.98 0.16
Hex 40 4F 1 13 0 63 45 48 62 10
Octal 100 117 1 23 0 143 105 110 142 20
Binary 1000000 1001111 1 10011 0 1100011 1000101 1001000 1100010 10000

Color Harmonies of #404F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F01

Black with #404F01

Text Example


Text Example

White with #404F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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