Html Css Color HEX #465510 Verdun Green

📋 copy color: '#465510'

red 70 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #465510

Tints of Verdun Green #465510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.71%

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

R = 40.94%
G = 49.71%
B = 9.36%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#465510 (or 0x465510) is known color: Verdun Green. HEX triplet: 46, 55 and 10. RGB value is (70,85,16). Sum of RGB (Red+Green+Blue) = 70+85+16=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #465510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465510 is #B9AAEF. Grayscale: #484848. Windows color (decimal): -12167920 or 1070406. OLE color: 1070406.

HSL color Cylindrical-coordinate representation of color #465510: hue angle of 73.04º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #465510 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 16 -
CMYK 0.18 0 0.81 0.67
HSL 73.04º 0.68% 0.2% -
HSV(B) 73.04º 0.81% 0.33% -
XYZ 5.87 7.84 1.69 -
YUV 72.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 70 85 16 0.18 0 0.81 0.67 73.04 0.68 0.2
Hex 46 55 10 12 0 51 43 49 44 14
Octal 106 125 20 22 0 121 103 111 104 24
Binary 1000110 1010101 10000 10010 0 1010001 1000011 1001001 1000100 10100

Color Harmonies of #465510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465510

Black with #465510

Text Example


Text Example

White with #465510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465510; }

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

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

background-color css

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

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

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

border-color css

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

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

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