Html Css Color HEX #407300 Verdun Green

📋 copy color: '#407300'

red 64 ◦ green 115 ◦ blue 0

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

Shades of Verdun Green #407300

Tints of Verdun Green #407300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 64.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.75%
G = 64.25%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#407300 (or 0x407300) is known color: Verdun Green. HEX triplet: 40, 73 and 00. RGB value is (64,115,0). Sum of RGB (Red+Green+Blue) = 64+115+0=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 115 (45.31% from 255 or 64.25% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 115 - color contains mainly: green. Hex color #407300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407300 is #BF8CFF. Grayscale: #575757. Windows color (decimal): -12553472 or 29504. OLE color: 29504.

HSL color Cylindrical-coordinate representation of color #407300: hue angle of 86.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #407300 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 115 0 -
CMYK 0.44 0 1 0.55
HSL 86.61º 1% 0.23% -
HSV(B) 86.61º 1% 0.45% -
XYZ 8.25 13.35 2.14 -
YUV 86.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 64 115 0 0.44 0 1 0.55 86.61 1 0.23
Hex 40 73 0 2C 0 64 37 57 64 17
Octal 100 163 0 54 0 144 67 127 144 27
Binary 1000000 1110011 0 101100 0 1100100 110111 1010111 1100100 10111

Color Harmonies of #407300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407300

Black with #407300

Text Example


Text Example

White with #407300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407300; }

 p { color: rgb(64,115,0); }

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

background-color css

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

 a { background-color: rgb(64,115,0); }

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

border-color css

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

 span { border-color: rgb(64,115,0); }

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