Html Css Color HEX #465916 Verdun Green

📋 copy color: '#465916'

red 70 ◦ green 89 ◦ blue 22

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

Shades of Verdun Green #465916

Tints of Verdun Green #465916

RGB

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

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

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

R = 38.67%
G = 49.17%
B = 12.15%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#465916 (or 0x465916) is known color: Verdun Green. HEX triplet: 46, 59 and 16. RGB value is (70,89,22). Sum of RGB (Red+Green+Blue) = 70+89+22=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 22 (8.98% from 255 or 12.15% from 181); Max value from RGB is 89 - color contains mainly: green. Hex color #465916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465916 is #B9A6E9. Grayscale: #4B4B4B. Windows color (decimal): -12166890 or 1464646. OLE color: 1464646.

HSL color Cylindrical-coordinate representation of color #465916: hue angle of 77.01º 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 #465916 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 22 -
CMYK 0.21 0 0.75 0.65
HSL 77.01º 0.6% 0.22% -
HSV(B) 77.01º 0.75% 0.35% -
XYZ 6.24 8.5 2.07 -
YUV 75.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 70 89 22 0.21 0 0.75 0.65 77.01 0.6 0.22
Hex 46 59 16 15 0 4B 41 4D 3C 16
Octal 106 131 26 25 0 113 101 115 74 26
Binary 1000110 1011001 10110 10101 0 1001011 1000001 1001101 111100 10110

Color Harmonies of #465916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465916

Black with #465916

Text Example


Text Example

White with #465916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465916; }

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

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

background-color css

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

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

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

border-color css

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

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

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