Html Css Color HEX #404C02 Verdun Green

📋 copy color: '#404C02'

red 64 ◦ green 76 ◦ blue 2

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

Shades of Verdun Green #404C02

Tints of Verdun Green #404C02

RGB

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

 GREEN value IS 76 (30.08% from 255) = 53.52%

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

R = 45.07%
G = 53.52%
B = 1.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#404C02 (or 0x404C02) is known color: Verdun Green. HEX triplet: 40, 4C and 02. RGB value is (64,76,2). Sum of RGB (Red+Green+Blue) = 64+76+2=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #404C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404C02 is #BFB3FD. Grayscale: #404040. Windows color (decimal): -12563454 or 150592. OLE color: 150592.

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

Color convert

RGB 64 76 2 -
CMYK 0.16 0 0.97 0.70
HSL 69.73º 0.95% 0.15% -
HSV(B) 69.73º 0.97% 0.3% -
XYZ 4.71 6.26 1.02 -
YUV 63.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 64 76 2 0.16 0 0.97 0.70 69.73 0.95 0.15
Hex 40 4C 2 10 0 61 46 46 5F F
Octal 100 114 2 20 0 141 106 106 137 17
Binary 1000000 1001100 10 10000 0 1100001 1000110 1000110 1011111 1111

Color Harmonies of #404C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404C02

Black with #404C02

Text Example


Text Example

White with #404C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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