Html Css Color HEX #404F05 Verdun Green

📋 copy color: '#404F05'

red 64 ◦ green 79 ◦ blue 5

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

Shades of Verdun Green #404F05

Tints of Verdun Green #404F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.38%

R = 43.24%
G = 53.38%
B = 3.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#404F05 (or 0x404F05) is known color: Verdun Green. HEX triplet: 40, 4F and 05. RGB value is (64,79,5). Sum of RGB (Red+Green+Blue) = 64+79+5=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 5 (2.34% from 255 or 3.38% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #404F05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F05 is #BFB0FA. Grayscale: #424242. Windows color (decimal): -12562683 or 347968. OLE color: 347968.

HSL color Cylindrical-coordinate representation of color #404F05: hue angle of 72.16º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #404F05 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 79 5 -
CMYK 0.19 0 0.94 0.69
HSL 72.16º 0.88% 0.16% -
HSV(B) 72.16º 0.94% 0.31% -
XYZ 4.94 6.69 1.18 -
YUV 66.08 93.53 126.52 -
System Red Green Blue C M Y K H S L
Decimal 64 79 5 0.19 0 0.94 0.69 72.16 0.88 0.16
Hex 40 4F 5 13 0 5E 45 48 58 10
Octal 100 117 5 23 0 136 105 110 130 20
Binary 1000000 1001111 101 10011 0 1011110 1000101 1001000 1011000 10000

Color Harmonies of #404F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F05

Black with #404F05

Text Example


Text Example

White with #404F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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