Html Css Color HEX #465010 Verdun Green

📋 copy color: '#465010'

red 70 ◦ green 80 ◦ blue 16

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

Shades of Verdun Green #465010

Tints of Verdun Green #465010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 48.19%

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

R = 42.17%
G = 48.19%
B = 9.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#465010 (or 0x465010) is known color: Verdun Green. HEX triplet: 46, 50 and 10. RGB value is (70,80,16). Sum of RGB (Red+Green+Blue) = 70+80+16=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 80 - color contains mainly: green. Hex color #465010 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465010 is #B9AFEF. Grayscale: #454545. Windows color (decimal): -12169200 or 1069126. OLE color: 1069126.

HSL color Cylindrical-coordinate representation of color #465010: hue angle of 69.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #465010 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 16 -
CMYK 0.12 0 0.80 0.69
HSL 69.38º 0.67% 0.19% -
HSV(B) 69.38º 0.8% 0.31% -
XYZ 5.49 7.08 1.57 -
YUV 69.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 70 80 16 0.12 0 0.80 0.69 69.38 0.67 0.19
Hex 46 50 10 C 0 50 45 45 43 13
Octal 106 120 20 14 0 120 105 105 103 23
Binary 1000110 1010000 10000 1100 0 1010000 1000101 1000101 1000011 10011

Color Harmonies of #465010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465010

Black with #465010

Text Example


Text Example

White with #465010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465010; }

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

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

background-color css

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

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

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

border-color css

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

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

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