Html Css Color HEX #404403 Verdun Green

📋 copy color: '#404403'

red 64 ◦ green 68 ◦ blue 3

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

Shades of Verdun Green #404403

Tints of Verdun Green #404403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

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

R = 47.41%
G = 50.37%
B = 2.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#404403 (or 0x404403) is known color: Verdun Green. HEX triplet: 40, 44 and 03. RGB value is (64,68,3). Sum of RGB (Red+Green+Blue) = 64+68+3=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #404403 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404403 is #BFBBFC. Grayscale: #3B3B3B. Windows color (decimal): -12565501 or 214080. OLE color: 214080.

HSL color Cylindrical-coordinate representation of color #404403: hue angle of 63.69º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #404403 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 64 68 3 -
CMYK 0.06 0 0.96 0.73
HSL 63.69º 0.92% 0.14% -
HSV(B) 63.69º 0.96% 0.27% -
XYZ 4.2 5.23 0.87 -
YUV 59.39 96.17 131.29 -
System Red Green Blue C M Y K H S L
Decimal 64 68 3 0.06 0 0.96 0.73 63.69 0.92 0.14
Hex 40 44 3 6 0 60 49 40 5C E
Octal 100 104 3 6 0 140 111 100 134 16
Binary 1000000 1000100 11 110 0 1100000 1001001 1000000 1011100 1110

Color Harmonies of #404403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404403

Black with #404403

Text Example


Text Example

White with #404403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404403; }

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

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

background-color css

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

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

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

border-color css

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

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

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