Html Css Color HEX #465816 Verdun Green

📋 copy color: '#465816'

red 70 ◦ green 88 ◦ blue 22

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

Shades of Verdun Green #465816

Tints of Verdun Green #465816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.22%

R = 38.89%
G = 48.89%
B = 12.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#465816 (or 0x465816) is known color: Verdun Green. HEX triplet: 46, 58 and 16. RGB value is (70,88,22). Sum of RGB (Red+Green+Blue) = 70+88+22=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 88 (34.77% from 255 or 48.89% from 180); Blue value is 22 (8.98% from 255 or 12.22% from 180); Max value from RGB is 88 - color contains mainly: green. Hex color #465816 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465816 is #B9A7E9. Grayscale: #4B4B4B. Windows color (decimal): -12167146 or 1464390. OLE color: 1464390.

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

Color convert

RGB 70 88 22 -
CMYK 0.20 0 0.75 0.65
HSL 76.36º 0.6% 0.22% -
HSV(B) 76.36º 0.75% 0.35% -
XYZ 6.16 8.34 2.04 -
YUV 75.09 98.04 124.37 -
System Red Green Blue C M Y K H S L
Decimal 70 88 22 0.20 0 0.75 0.65 76.36 0.6 0.22
Hex 46 58 16 14 0 4B 41 4C 3C 16
Octal 106 130 26 24 0 113 101 114 74 26
Binary 1000110 1011000 10110 10100 0 1001011 1000001 1001100 111100 10110

Color Harmonies of #465816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465816

Black with #465816

Text Example


Text Example

White with #465816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465816; }

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

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

background-color css

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

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

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

border-color css

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

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

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