Html Css Color HEX #404702 Verdun Green

📋 copy color: '#404702'

red 64 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #404702

Tints of Verdun Green #404702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 51.82%

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

R = 46.72%
G = 51.82%
B = 1.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#404702 (or 0x404702) is known color: Verdun Green. HEX triplet: 40, 47 and 02. RGB value is (64,71,2). Sum of RGB (Red+Green+Blue) = 64+71+2=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 71 (28.12% from 255 or 51.82% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 71 - color contains mainly: green. Hex color #404702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #404702 is #BFB8FD. Grayscale: #3D3D3D. Windows color (decimal): -12564734 or 149312. OLE color: 149312.

HSL color Cylindrical-coordinate representation of color #404702: hue angle of 66.09º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #404702 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 2 -
CMYK 0.10 0 0.97 0.72
HSL 66.09º 0.95% 0.14% -
HSV(B) 66.09º 0.97% 0.28% -
XYZ 4.38 5.6 0.91 -
YUV 61.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 64 71 2 0.10 0 0.97 0.72 66.09 0.95 0.14
Hex 40 47 2 A 0 61 48 42 5F E
Octal 100 107 2 12 0 141 110 102 137 16
Binary 1000000 1000111 10 1010 0 1100001 1001000 1000010 1011111 1110

Color Harmonies of #404702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404702

Black with #404702

Text Example


Text Example

White with #404702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404702; }

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

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

background-color css

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

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

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

border-color css

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

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

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