Html Css Color HEX #466707 Verdun Green

📋 copy color: '#466707'

red 70 ◦ green 103 ◦ blue 7

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

Shades of Verdun Green #466707

Tints of Verdun Green #466707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 57.22%

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

R = 38.89%
G = 57.22%
B = 3.89%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.60

RGB Variations

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

Color information

#466707 (or 0x466707) is known color: Verdun Green. HEX triplet: 46, 67 and 07. RGB value is (70,103,7). Sum of RGB (Red+Green+Blue) = 70+103+7=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 103 (40.62% from 255 or 57.22% from 180); Blue value is 7 (3.12% from 255 or 3.89% from 180); Max value from RGB is 103 - color contains mainly: green. Hex color #466707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466707 is #B998F8. Grayscale: #525252. Windows color (decimal): -12163321 or 485190. OLE color: 485190.

HSL color Cylindrical-coordinate representation of color #466707: hue angle of 80.62º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #466707 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.60.

Color convert

RGB 70 103 7 -
CMYK 0.32 0 0.93 0.60
HSL 80.63º 0.87% 0.22% -
HSV(B) 80.63º 0.93% 0.4% -
XYZ 7.41 11.02 1.94 -
YUV 82.19 85.57 119.31 -
System Red Green Blue C M Y K H S L
Decimal 70 103 7 0.32 0 0.93 0.60 80.63 0.87 0.22
Hex 46 67 7 20 0 5D 3C 51 57 16
Octal 106 147 7 40 0 135 74 121 127 26
Binary 1000110 1100111 111 100000 0 1011101 111100 1010001 1010111 10110

Color Harmonies of #466707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466707

Black with #466707

Text Example


Text Example

White with #466707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466707; }

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

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

background-color css

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

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

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

border-color css

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

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

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