Html Css Color HEX #465813 Verdun Green

📋 copy color: '#465813'

red 70 ◦ green 88 ◦ blue 19

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

Shades of Verdun Green #465813

Tints of Verdun Green #465813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.72%

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

R = 39.55%
G = 49.72%
B = 10.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#465813 (or 0x465813) is known color: Verdun Green. HEX triplet: 46, 58 and 13. RGB value is (70,88,19). Sum of RGB (Red+Green+Blue) = 70+88+19=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 88 (34.77% from 255 or 49.72% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 88 - color contains mainly: green. Hex color #465813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465813 is #B9A7EC. Grayscale: #4B4B4B. Windows color (decimal): -12167149 or 1267782. OLE color: 1267782.

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

Color convert

RGB 70 88 19 -
CMYK 0.20 0 0.78 0.65
HSL 75.65º 0.64% 0.21% -
HSV(B) 75.65º 0.78% 0.35% -
XYZ 6.13 8.33 1.9 -
YUV 74.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 70 88 19 0.20 0 0.78 0.65 75.65 0.64 0.21
Hex 46 58 13 14 0 4E 41 4C 40 15
Octal 106 130 23 24 0 116 101 114 100 25
Binary 1000110 1011000 10011 10100 0 1001110 1000001 1001100 1000000 10101

Color Harmonies of #465813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465813

Black with #465813

Text Example


Text Example

White with #465813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465813; }

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

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

background-color css

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

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

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

border-color css

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

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

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