Html Css Color HEX #404309 Verdun Green

📋 copy color: '#404309'

red 64 ◦ green 67 ◦ blue 9

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

Shades of Verdun Green #404309

Tints of Verdun Green #404309

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.86%

 BLUE value IS 9 (3.91% from 255) = 6.43%

R = 45.71%
G = 47.86%
B = 6.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.74

RGB Variations

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

Color information

#404309 (or 0x404309) is known color: Verdun Green. HEX triplet: 40, 43 and 09. RGB value is (64,67,9). Sum of RGB (Red+Green+Blue) = 64+67+9=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 9 (3.91% from 255 or 6.43% from 140); Max value from RGB is 67 - color contains mainly: green. Hex color #404309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404309 is #BFBCF6. Grayscale: #3B3B3B. Windows color (decimal): -12565751 or 607040. OLE color: 607040.

HSL color Cylindrical-coordinate representation of color #404309: hue angle of 63.1º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #404309 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 9 -
CMYK 0.04 0 0.87 0.74
HSL 63.1º 0.76% 0.15% -
HSV(B) 63.1º 0.87% 0.26% -
XYZ 4.17 5.12 1.03 -
YUV 59.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 64 67 9 0.04 0 0.87 0.74 63.1 0.76 0.15
Hex 40 43 9 4 0 57 4A 3F 4C F
Octal 100 103 11 4 0 127 112 77 114 17
Binary 1000000 1000011 1001 100 0 1010111 1001010 111111 1001100 1111

Color Harmonies of #404309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404309

Black with #404309

Text Example


Text Example

White with #404309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404309; }

 p { color: rgb(64,67,9); }

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

background-color css

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

 a { background-color: rgb(64,67,9); }

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

border-color css

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

 span { border-color: rgb(64,67,9); }

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