Html Css Color HEX #465115 Verdun Green

📋 copy color: '#465115'

red 70 ◦ green 81 ◦ blue 21

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

Shades of Verdun Green #465115

Tints of Verdun Green #465115

RGB

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

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

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

R = 40.7%
G = 47.09%
B = 12.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#465115 (or 0x465115) is known color: Verdun Green. HEX triplet: 46, 51 and 15. RGB value is (70,81,21). Sum of RGB (Red+Green+Blue) = 70+81+21=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #465115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465115 is #B9AEEA. Grayscale: #474747. Windows color (decimal): -12168939 or 1397062. OLE color: 1397062.

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

Color convert

RGB 70 81 21 -
CMYK 0.14 0 0.74 0.68
HSL 71º 0.59% 0.2% -
HSV(B) 71º 0.74% 0.32% -
XYZ 5.6 7.24 1.81 -
YUV 70.87 99.86 127.38 -
System Red Green Blue C M Y K H S L
Decimal 70 81 21 0.14 0 0.74 0.68 71 0.59 0.2
Hex 46 51 15 E 0 4A 44 47 3B 14
Octal 106 121 25 16 0 112 104 107 73 24
Binary 1000110 1010001 10101 1110 0 1001010 1000100 1000111 111011 10100

Color Harmonies of #465115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465115

Black with #465115

Text Example


Text Example

White with #465115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465115; }

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

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

background-color css

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

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

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

border-color css

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

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

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