Html Css Color HEX #465519 Verdun Green

📋 copy color: '#465519'

red 70 ◦ green 85 ◦ blue 25

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

Shades of Verdun Green #465519

Tints of Verdun Green #465519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.22%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 38.89%
G = 47.22%
B = 13.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#465519 (or 0x465519) is known color: Verdun Green. HEX triplet: 46, 55 and 19. RGB value is (70,85,25). Sum of RGB (Red+Green+Blue) = 70+85+25=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #465519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465519 is #B9AAE6. Grayscale: #494949. Windows color (decimal): -12167911 or 1660230. OLE color: 1660230.

HSL color Cylindrical-coordinate representation of color #465519: hue angle of 75º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465519 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 25 -
CMYK 0.18 0 0.71 0.67
HSL 75º 0.55% 0.22% -
HSV(B) 75º 0.71% 0.33% -
XYZ 5.95 7.87 2.13 -
YUV 73.68 100.53 125.38 -
System Red Green Blue C M Y K H S L
Decimal 70 85 25 0.18 0 0.71 0.67 75 0.55 0.22
Hex 46 55 19 12 0 47 43 4B 37 16
Octal 106 125 31 22 0 107 103 113 67 26
Binary 1000110 1010101 11001 10010 0 1000111 1000011 1001011 110111 10110

Color Harmonies of #465519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465519

Black with #465519

Text Example


Text Example

White with #465519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465519; }

 p { color: rgb(70,85,25); }

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

background-color css

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

 a { background-color: rgb(70,85,25); }

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

border-color css

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

 span { border-color: rgb(70,85,25); }

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