Html Css Color HEX #465913 Verdun Green

📋 copy color: '#465913'

red 70 ◦ green 89 ◦ blue 19

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

Shades of Verdun Green #465913

Tints of Verdun Green #465913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50%

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

R = 39.33%
G = 50%
B = 10.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#465913 (or 0x465913) is known color: Verdun Green. HEX triplet: 46, 59 and 13. RGB value is (70,89,19). Sum of RGB (Red+Green+Blue) = 70+89+19=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #465913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465913 is #B9A6EC. Grayscale: #4B4B4B. Windows color (decimal): -12166893 or 1268038. OLE color: 1268038.

HSL color Cylindrical-coordinate representation of color #465913: hue angle of 76.29º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #465913 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 19 -
CMYK 0.21 0 0.79 0.65
HSL 76.29º 0.65% 0.21% -
HSV(B) 76.29º 0.79% 0.35% -
XYZ 6.22 8.49 1.93 -
YUV 75.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 70 89 19 0.21 0 0.79 0.65 76.29 0.65 0.21
Hex 46 59 13 15 0 4F 41 4C 41 15
Octal 106 131 23 25 0 117 101 114 101 25
Binary 1000110 1011001 10011 10101 0 1001111 1000001 1001100 1000001 10101

Color Harmonies of #465913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465913

Black with #465913

Text Example


Text Example

White with #465913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465913; }

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

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

background-color css

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

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

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

border-color css

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

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

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