Html Css Color HEX #465215 Verdun Green

📋 copy color: '#465215'

red 70 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #465215

Tints of Verdun Green #465215

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.4%

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

R = 40.46%
G = 47.4%
B = 12.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#465215 (or 0x465215) is known color: Verdun Green. HEX triplet: 46, 52 and 15. RGB value is (70,82,21). Sum of RGB (Red+Green+Blue) = 70+82+21=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #465215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465215 is #B9ADEA. Grayscale: #474747. Windows color (decimal): -12168683 or 1397318. OLE color: 1397318.

HSL color Cylindrical-coordinate representation of color #465215: hue angle of 71.8º 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 #465215 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 21 -
CMYK 0.15 0 0.74 0.68
HSL 71.8º 0.59% 0.2% -
HSV(B) 71.8º 0.74% 0.32% -
XYZ 5.68 7.39 1.84 -
YUV 71.46 99.52 126.96 -
System Red Green Blue C M Y K H S L
Decimal 70 82 21 0.15 0 0.74 0.68 71.8 0.59 0.2
Hex 46 52 15 F 0 4A 44 48 3B 14
Octal 106 122 25 17 0 112 104 110 73 24
Binary 1000110 1010010 10101 1111 0 1001010 1000100 1001000 111011 10100

Color Harmonies of #465215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465215

Black with #465215

Text Example


Text Example

White with #465215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465215; }

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

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

background-color css

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

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

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

border-color css

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

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

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