Html Css Color HEX #466703 Verdun Green

📋 copy color: '#466703'

red 70 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #466703

Tints of Verdun Green #466703

RGB

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

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

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

R = 39.77%
G = 58.52%
B = 1.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#466703 (or 0x466703) is known color: Verdun Green. HEX triplet: 46, 67 and 03. RGB value is (70,103,3). Sum of RGB (Red+Green+Blue) = 70+103+3=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #466703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466703 is #B998FC. Grayscale: #525252. Windows color (decimal): -12163325 or 223046. OLE color: 223046.

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

Color convert

RGB 70 103 3 -
CMYK 0.32 0 0.97 0.60
HSL 79.8º 0.94% 0.21% -
HSV(B) 79.8º 0.97% 0.4% -
XYZ 7.39 11.01 1.82 -
YUV 81.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 70 103 3 0.32 0 0.97 0.60 79.8 0.94 0.21
Hex 46 67 3 20 0 61 3C 50 5E 15
Octal 106 147 3 40 0 141 74 120 136 25
Binary 1000110 1100111 11 100000 0 1100001 111100 1010000 1011110 10101

Color Harmonies of #466703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466703

Black with #466703

Text Example


Text Example

White with #466703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466703; }

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

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

background-color css

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

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

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

border-color css

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

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

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