Html Css Color HEX #466D00 Verdun Green

📋 copy color: '#466D00'

red 70 ◦ green 109 ◦ blue 0

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

Shades of Verdun Green #466D00

Tints of Verdun Green #466D00

RGB

 RED value IS 70 (27.73% from 255) = 39.11%

 GREEN value IS 109 (42.97% from 255) = 60.89%

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

R = 39.11%
G = 60.89%
B = 0%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#466D00 (or 0x466D00) is known color: Verdun Green. HEX triplet: 46, 6D and 00. RGB value is (70,109,0). Sum of RGB (Red+Green+Blue) = 70+109+0=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 109 (42.97% from 255 or 60.89% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 109 - color contains mainly: green. Hex color #466D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466D00 is #B992FF. Grayscale: #555555. Windows color (decimal): -12161792 or 27974. OLE color: 27974.

HSL color Cylindrical-coordinate representation of color #466D00: hue angle of 81.47º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #466D00 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 70 109 0 -
CMYK 0.36 0 1 0.57
HSL 81.47º 1% 0.21% -
HSV(B) 81.47º 1% 0.43% -
XYZ 7.99 12.24 1.94 -
YUV 84.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 70 109 0 0.36 0 1 0.57 81.47 1 0.21
Hex 46 6D 0 24 0 64 39 51 64 15
Octal 106 155 0 44 0 144 71 121 144 25
Binary 1000110 1101101 0 100100 0 1100100 111001 1010001 1100100 10101

Color Harmonies of #466D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D00

Black with #466D00

Text Example


Text Example

White with #466D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466D00; }

 p { color: rgb(70,109,0); }

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

background-color css

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

 a { background-color: rgb(70,109,0); }

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

border-color css

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

 span { border-color: rgb(70,109,0); }

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