Html Css Color HEX #466007 Verdun Green

📋 copy color: '#466007'

red 70 ◦ green 96 ◦ blue 7

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

Shades of Verdun Green #466007

Tints of Verdun Green #466007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.49%

 BLUE value IS 7 (3.13% from 255) = 4.05%

R = 40.46%
G = 55.49%
B = 4.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#466007 (or 0x466007) is known color: Verdun Green. HEX triplet: 46, 60 and 07. RGB value is (70,96,7). Sum of RGB (Red+Green+Blue) = 70+96+7=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 96 (37.89% from 255 or 55.49% from 173); Blue value is 7 (3.12% from 255 or 4.05% from 173); Max value from RGB is 96 - color contains mainly: green. Hex color #466007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466007 is #B99FF8. Grayscale: #4E4E4E. Windows color (decimal): -12165113 or 483398. OLE color: 483398.

HSL color Cylindrical-coordinate representation of color #466007: hue angle of 77.53º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #466007 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 96 7 -
CMYK 0.27 0 0.93 0.62
HSL 77.53º 0.86% 0.2% -
HSV(B) 77.53º 0.93% 0.38% -
XYZ 6.75 9.68 1.71 -
YUV 78.08 87.89 122.24 -
System Red Green Blue C M Y K H S L
Decimal 70 96 7 0.27 0 0.93 0.62 77.53 0.86 0.2
Hex 46 60 7 1B 0 5D 3E 4E 56 14
Octal 106 140 7 33 0 135 76 116 126 24
Binary 1000110 1100000 111 11011 0 1011101 111110 1001110 1010110 10100

Color Harmonies of #466007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466007

Black with #466007

Text Example


Text Example

White with #466007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466007; }

 p { color: rgb(70,96,7); }

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

background-color css

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

 a { background-color: rgb(70,96,7); }

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

border-color css

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

 span { border-color: rgb(70,96,7); }

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