Html Css Color HEX #465806 Verdun Green

📋 copy color: '#465806'

red 70 ◦ green 88 ◦ blue 6

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

Shades of Verdun Green #465806

Tints of Verdun Green #465806

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.66%

 BLUE value IS 6 (2.73% from 255) = 3.66%

R = 42.68%
G = 53.66%
B = 3.66%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#465806 (or 0x465806) is known color: Verdun Green. HEX triplet: 46, 58 and 06. RGB value is (70,88,6). Sum of RGB (Red+Green+Blue) = 70+88+6=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 88 (34.77% from 255 or 53.66% from 164); Blue value is 6 (2.73% from 255 or 3.66% from 164); Max value from RGB is 88 - color contains mainly: green. Hex color #465806 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465806 is #B9A7F9. Grayscale: #494949. Windows color (decimal): -12167162 or 415814. OLE color: 415814.

HSL color Cylindrical-coordinate representation of color #465806: hue angle of 73.17º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465806 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 6 -
CMYK 0.20 0 0.93 0.65
HSL 73.17º 0.87% 0.18% -
HSV(B) 73.17º 0.93% 0.35% -
XYZ 6.05 8.29 1.45 -
YUV 73.27 90.04 125.67 -
System Red Green Blue C M Y K H S L
Decimal 70 88 6 0.20 0 0.93 0.65 73.17 0.87 0.18
Hex 46 58 6 14 0 5D 41 49 57 12
Octal 106 130 6 24 0 135 101 111 127 22
Binary 1000110 1011000 110 10100 0 1011101 1000001 1001001 1010111 10010

Color Harmonies of #465806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465806

Black with #465806

Text Example


Text Example

White with #465806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465806; }

 p { color: rgb(70,88,6); }

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

background-color css

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

 a { background-color: rgb(70,88,6); }

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

border-color css

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

 span { border-color: rgb(70,88,6); }

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