Html Css Color HEX #465810 Verdun Green

📋 copy color: '#465810'

red 70 ◦ green 88 ◦ blue 16

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

Shades of Verdun Green #465810

Tints of Verdun Green #465810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 40.23%
G = 50.57%
B = 9.2%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#465810 (or 0x465810) is known color: Verdun Green. HEX triplet: 46, 58 and 10. RGB value is (70,88,16). Sum of RGB (Red+Green+Blue) = 70+88+16=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #465810 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465810 is #B9A7EF. Grayscale: #4A4A4A. Windows color (decimal): -12167152 or 1071174. OLE color: 1071174.

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

Color convert

RGB 70 88 16 -
CMYK 0.20 0 0.82 0.65
HSL 75º 0.69% 0.2% -
HSV(B) 75º 0.82% 0.35% -
XYZ 6.11 8.32 1.77 -
YUV 74.41 95.04 124.85 -
System Red Green Blue C M Y K H S L
Decimal 70 88 16 0.20 0 0.82 0.65 75 0.69 0.2
Hex 46 58 10 14 0 52 41 4B 45 14
Octal 106 130 20 24 0 122 101 113 105 24
Binary 1000110 1011000 10000 10100 0 1010010 1000001 1001011 1000101 10100

Color Harmonies of #465810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465810

Black with #465810

Text Example


Text Example

White with #465810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465810; }

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

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

background-color css

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

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

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

border-color css

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

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

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