Html Css Color HEX #404201 Verdun Green

📋 copy color: '#404201'

red 64 ◦ green 66 ◦ blue 1

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

Shades of Verdun Green #404201

Tints of Verdun Green #404201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.38%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 48.85%
G = 50.38%
B = 0.76%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#404201 (or 0x404201) is known color: Verdun Green. HEX triplet: 40, 42 and 01. RGB value is (64,66,1). Sum of RGB (Red+Green+Blue) = 64+66+1=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #404201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404201 is #BFBDFE. Grayscale: #3A3A3A. Windows color (decimal): -12566015 or 82496. OLE color: 82496.

HSL color Cylindrical-coordinate representation of color #404201: hue angle of 61.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #404201 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 66 1 -
CMYK 0.03 0 0.98 0.74
HSL 61.85º 0.97% 0.13% -
HSV(B) 61.85º 0.98% 0.26% -
XYZ 4.07 4.99 0.78 -
YUV 57.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 64 66 1 0.03 0 0.98 0.74 61.85 0.97 0.13
Hex 40 42 1 3 0 62 4A 3E 61 D
Octal 100 102 1 3 0 142 112 76 141 15
Binary 1000000 1000010 1 11 0 1100010 1001010 111110 1100001 1101

Color Harmonies of #404201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404201

Black with #404201

Text Example


Text Example

White with #404201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404201; }

 p { color: rgb(64,66,1); }

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

background-color css

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

 a { background-color: rgb(64,66,1); }

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

border-color css

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

 span { border-color: rgb(64,66,1); }

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