Html Css Color HEX #465015 Verdun Green

📋 copy color: '#465015'

red 70 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #465015

Tints of Verdun Green #465015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.28%

R = 40.94%
G = 46.78%
B = 12.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#465015 (or 0x465015) is known color: Verdun Green. HEX triplet: 46, 50 and 15. RGB value is (70,80,21). Sum of RGB (Red+Green+Blue) = 70+80+21=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #465015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465015 is #B9AFEA. Grayscale: #464646. Windows color (decimal): -12169195 or 1396806. OLE color: 1396806.

HSL color Cylindrical-coordinate representation of color #465015: hue angle of 70.17º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #465015 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 80 21 -
CMYK 0.12 0 0.74 0.69
HSL 70.17º 0.58% 0.2% -
HSV(B) 70.17º 0.74% 0.31% -
XYZ 5.53 7.09 1.79 -
YUV 70.28 100.19 127.8 -
System Red Green Blue C M Y K H S L
Decimal 70 80 21 0.12 0 0.74 0.69 70.17 0.58 0.2
Hex 46 50 15 C 0 4A 45 46 3A 14
Octal 106 120 25 14 0 112 105 106 72 24
Binary 1000110 1010000 10101 1100 0 1001010 1000101 1000110 111010 10100

Color Harmonies of #465015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465015

Black with #465015

Text Example


Text Example

White with #465015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465015; }

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

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

background-color css

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

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

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

border-color css

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

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

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