Html Css Color HEX #404F02 Verdun Green

📋 copy color: '#404F02'

red 64 ◦ green 79 ◦ blue 2

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

Shades of Verdun Green #404F02

Tints of Verdun Green #404F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 44.14%
G = 54.48%
B = 1.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.69

RGB Variations

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

Color information

#404F02 (or 0x404F02) is known color: Verdun Green. HEX triplet: 40, 4F and 02. RGB value is (64,79,2). Sum of RGB (Red+Green+Blue) = 64+79+2=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #404F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #404F02 is #BFB0FD. Grayscale: #424242. Windows color (decimal): -12562686 or 151360. OLE color: 151360.

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

Color convert

RGB 64 79 2 -
CMYK 0.19 0 0.97 0.69
HSL 71.69º 0.95% 0.16% -
HSV(B) 71.69º 0.97% 0.31% -
XYZ 4.92 6.69 1.09 -
YUV 65.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 64 79 2 0.19 0 0.97 0.69 71.69 0.95 0.16
Hex 40 4F 2 13 0 61 45 48 5F 10
Octal 100 117 2 23 0 141 105 110 137 20
Binary 1000000 1001111 10 10011 0 1100001 1000101 1001000 1011111 10000

Color Harmonies of #404F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404F02

Black with #404F02

Text Example


Text Example

White with #404F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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