Html Css Color HEX #466603 Verdun Green

📋 copy color: '#466603'

red 70 ◦ green 102 ◦ blue 3

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

Shades of Verdun Green #466603

Tints of Verdun Green #466603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 58.29%

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

R = 40%
G = 58.29%
B = 1.71%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#466603 (or 0x466603) is known color: Verdun Green. HEX triplet: 46, 66 and 03. RGB value is (70,102,3). Sum of RGB (Red+Green+Blue) = 70+102+3=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 102 (40.23% from 255 or 58.29% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 102 - color contains mainly: green. Hex color #466603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466603 is #B999FC. Grayscale: #515151. Windows color (decimal): -12163581 or 222790. OLE color: 222790.

HSL color Cylindrical-coordinate representation of color #466603: hue angle of 79.39º 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 #466603 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 102 3 -
CMYK 0.31 0 0.97 0.6
HSL 79.39º 0.94% 0.21% -
HSV(B) 79.39º 0.97% 0.4% -
XYZ 7.29 10.81 1.79 -
YUV 81.15 83.9 120.05 -
System Red Green Blue C M Y K H S L
Decimal 70 102 3 0.31 0 0.97 0.6 79.39 0.94 0.21
Hex 46 66 3 1F 0 61 3C 4F 5E 15
Octal 106 146 3 37 0 141 74 117 136 25
Binary 1000110 1100110 11 11111 0 1100001 111100 1001111 1011110 10101

Color Harmonies of #466603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466603

Black with #466603

Text Example


Text Example

White with #466603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466603; }

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

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

background-color css

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

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

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

border-color css

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

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

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