Html Css Color HEX #465919 Verdun Green

📋 copy color: '#465919'

red 70 ◦ green 89 ◦ blue 25

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

Shades of Verdun Green #465919

Tints of Verdun Green #465919

RGB

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

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

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

R = 38.04%
G = 48.37%
B = 13.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#465919 (or 0x465919) is known color: Verdun Green. HEX triplet: 46, 59 and 19. RGB value is (70,89,25). Sum of RGB (Red+Green+Blue) = 70+89+25=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #465919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465919 is #B9A6E6. Grayscale: #4C4C4C. Windows color (decimal): -12166887 or 1661254. OLE color: 1661254.

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

Color convert

RGB 70 89 25 -
CMYK 0.21 0 0.72 0.65
HSL 77.81º 0.56% 0.22% -
HSV(B) 77.81º 0.72% 0.35% -
XYZ 6.27 8.52 2.23 -
YUV 76.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 70 89 25 0.21 0 0.72 0.65 77.81 0.56 0.22
Hex 46 59 19 15 0 48 41 4E 38 16
Octal 106 131 31 25 0 110 101 116 70 26
Binary 1000110 1011001 11001 10101 0 1001000 1000001 1001110 111000 10110

Color Harmonies of #465919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465919

Black with #465919

Text Example


Text Example

White with #465919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465919; }

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

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

background-color css

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

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

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

border-color css

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

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

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