Html Css Color HEX #404B03 Verdun Green

📋 copy color: '#404B03'

red 64 ◦ green 75 ◦ blue 3

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

Shades of Verdun Green #404B03

Tints of Verdun Green #404B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 52.82%

 BLUE value IS 3 (1.56% from 255) = 2.11%

R = 45.07%
G = 52.82%
B = 2.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#404B03 (or 0x404B03) is known color: Verdun Green. HEX triplet: 40, 4B and 03. RGB value is (64,75,3). Sum of RGB (Red+Green+Blue) = 64+75+3=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 75 (29.69% from 255 or 52.82% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 75 - color contains mainly: green. Hex color #404B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404B03 is #BFB4FC. Grayscale: #3F3F3F. Windows color (decimal): -12563709 or 215872. OLE color: 215872.

HSL color Cylindrical-coordinate representation of color #404B03: hue angle of 69.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #404B03 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 75 3 -
CMYK 0.15 0 0.96 0.71
HSL 69.17º 0.92% 0.15% -
HSV(B) 69.17º 0.96% 0.29% -
XYZ 4.65 6.13 1.02 -
YUV 63.5 93.86 128.35 -
System Red Green Blue C M Y K H S L
Decimal 64 75 3 0.15 0 0.96 0.71 69.17 0.92 0.15
Hex 40 4B 3 F 0 60 47 45 5C F
Octal 100 113 3 17 0 140 107 105 134 17
Binary 1000000 1001011 11 1111 0 1100000 1000111 1000101 1011100 1111

Color Harmonies of #404B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404B03

Black with #404B03

Text Example


Text Example

White with #404B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,75,3); }

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

background-color css

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

 a { background-color: rgb(64,75,3); }

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

border-color css

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

 span { border-color: rgb(64,75,3); }

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