Html Css Color HEX #407103 Verdun Green

📋 copy color: '#407103'

red 64 ◦ green 113 ◦ blue 3

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

Shades of Verdun Green #407103

Tints of Verdun Green #407103

RGB

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

 GREEN value IS 113 (44.53% from 255) = 62.78%

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

R = 35.56%
G = 62.78%
B = 1.67%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#407103 (or 0x407103) is known color: Verdun Green. HEX triplet: 40, 71 and 03. RGB value is (64,113,3). Sum of RGB (Red+Green+Blue) = 64+113+3=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 113 (44.53% from 255 or 62.78% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 113 - color contains mainly: green. Hex color #407103 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407103 is #BF8EFC. Grayscale: #565656. Windows color (decimal): -12553981 or 225600. OLE color: 225600.

HSL color Cylindrical-coordinate representation of color #407103: hue angle of 86.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #407103 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 3 -
CMYK 0.43 0 0.97 0.56
HSL 86.73º 0.95% 0.23% -
HSV(B) 86.73º 0.97% 0.44% -
XYZ 8.04 12.91 2.15 -
YUV 85.81 81.27 112.44 -
System Red Green Blue C M Y K H S L
Decimal 64 113 3 0.43 0 0.97 0.56 86.73 0.95 0.23
Hex 40 71 3 2B 0 61 38 57 5F 17
Octal 100 161 3 53 0 141 70 127 137 27
Binary 1000000 1110001 11 101011 0 1100001 111000 1010111 1011111 10111

Color Harmonies of #407103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407103

Black with #407103

Text Example


Text Example

White with #407103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407103; }

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

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

background-color css

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

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

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

border-color css

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

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

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