Html Css Color HEX #466205 Verdun Green

📋 copy color: '#466205'

red 70 ◦ green 98 ◦ blue 5

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

Shades of Verdun Green #466205

Tints of Verdun Green #466205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 40.46%
G = 56.65%
B = 2.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#466205 (or 0x466205) is known color: Verdun Green. HEX triplet: 46, 62 and 05. RGB value is (70,98,5). Sum of RGB (Red+Green+Blue) = 70+98+5=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #466205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #466205 is #B99DFA. Grayscale: #4F4F4F. Windows color (decimal): -12164603 or 352838. OLE color: 352838.

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

Color convert

RGB 70 98 5 -
CMYK 0.29 0 0.95 0.62
HSL 78.06º 0.9% 0.2% -
HSV(B) 78.06º 0.95% 0.38% -
XYZ 6.92 10.05 1.72 -
YUV 79.03 86.22 121.56 -
System Red Green Blue C M Y K H S L
Decimal 70 98 5 0.29 0 0.95 0.62 78.06 0.9 0.2
Hex 46 62 5 1D 0 5F 3E 4E 5A 14
Octal 106 142 5 35 0 137 76 116 132 24
Binary 1000110 1100010 101 11101 0 1011111 111110 1001110 1011010 10100

Color Harmonies of #466205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466205

Black with #466205

Text Example


Text Example

White with #466205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466205; }

 p { color: rgb(70,98,5); }

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

background-color css

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

 a { background-color: rgb(70,98,5); }

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

border-color css

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

 span { border-color: rgb(70,98,5); }

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