Html Css Color HEX #465213 Verdun Green

📋 copy color: '#465213'

red 70 ◦ green 82 ◦ blue 19

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

Shades of Verdun Green #465213

Tints of Verdun Green #465213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 40.94%
G = 47.95%
B = 11.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#465213 (or 0x465213) is known color: Verdun Green. HEX triplet: 46, 52 and 13. RGB value is (70,82,19). Sum of RGB (Red+Green+Blue) = 70+82+19=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #465213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465213 is #B9ADEC. Grayscale: #474747. Windows color (decimal): -12168685 or 1266246. OLE color: 1266246.

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

Color convert

RGB 70 82 19 -
CMYK 0.15 0 0.77 0.68
HSL 71.43º 0.62% 0.2% -
HSV(B) 71.43º 0.77% 0.32% -
XYZ 5.66 7.38 1.74 -
YUV 71.23 98.52 127.12 -
System Red Green Blue C M Y K H S L
Decimal 70 82 19 0.15 0 0.77 0.68 71.43 0.62 0.2
Hex 46 52 13 F 0 4D 44 47 3E 14
Octal 106 122 23 17 0 115 104 107 76 24
Binary 1000110 1010010 10011 1111 0 1001101 1000100 1000111 111110 10100

Color Harmonies of #465213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465213

Black with #465213

Text Example


Text Example

White with #465213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465213; }

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

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

background-color css

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

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

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

border-color css

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

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

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