Html Css Color HEX #465106 Verdun Green

📋 copy color: '#465106'

red 70 ◦ green 81 ◦ blue 6

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

Shades of Verdun Green #465106

Tints of Verdun Green #465106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.59%

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

R = 44.59%
G = 51.59%
B = 3.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#465106 (or 0x465106) is known color: Verdun Green. HEX triplet: 46, 51 and 06. RGB value is (70,81,6). Sum of RGB (Red+Green+Blue) = 70+81+6=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #465106 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465106 is #B9AEF9. Grayscale: #454545. Windows color (decimal): -12168954 or 414022. OLE color: 414022.

HSL color Cylindrical-coordinate representation of color #465106: hue angle of 68.8º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #465106 is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 6 -
CMYK 0.14 0 0.93 0.68
HSL 68.8º 0.86% 0.17% -
HSV(B) 68.8º 0.93% 0.32% -
XYZ 5.5 7.2 1.27 -
YUV 69.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 70 81 6 0.14 0 0.93 0.68 68.8 0.86 0.17
Hex 46 51 6 E 0 5D 44 45 56 11
Octal 106 121 6 16 0 135 104 105 126 21
Binary 1000110 1010001 110 1110 0 1011101 1000100 1000101 1010110 10001

Color Harmonies of #465106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465106

Black with #465106

Text Example


Text Example

White with #465106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465106; }

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

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

background-color css

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

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

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

border-color css

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

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

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