Html Css Color HEX #465918 Verdun Green

📋 copy color: '#465918'

red 70 ◦ green 89 ◦ blue 24

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

Shades of Verdun Green #465918

Tints of Verdun Green #465918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 38.25%
G = 48.63%
B = 13.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#465918 (or 0x465918) is known color: Verdun Green. HEX triplet: 46, 59 and 18. RGB value is (70,89,24). Sum of RGB (Red+Green+Blue) = 70+89+24=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #465918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465918 is #B9A6E7. Grayscale: #4C4C4C. Windows color (decimal): -12166888 or 1595718. OLE color: 1595718.

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

Color convert

RGB 70 89 24 -
CMYK 0.21 0 0.73 0.65
HSL 77.54º 0.58% 0.22% -
HSV(B) 77.54º 0.73% 0.35% -
XYZ 6.26 8.51 2.18 -
YUV 75.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 70 89 24 0.21 0 0.73 0.65 77.54 0.58 0.22
Hex 46 59 18 15 0 49 41 4E 3A 16
Octal 106 131 30 25 0 111 101 116 72 26
Binary 1000110 1011001 11000 10101 0 1001001 1000001 1001110 111010 10110

Color Harmonies of #465918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465918

Black with #465918

Text Example


Text Example

White with #465918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465918; }

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

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

background-color css

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

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

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

border-color css

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

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

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