Html Css Color HEX #465F16 Verdun Green

📋 copy color: '#465F16'

red 70 ◦ green 95 ◦ blue 22

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

Shades of Verdun Green #465F16

Tints of Verdun Green #465F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 50.8%

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

R = 37.43%
G = 50.8%
B = 11.76%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.63

RGB Variations

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

Color information

#465F16 (or 0x465F16) is known color: Verdun Green. HEX triplet: 46, 5F and 16. RGB value is (70,95,22). Sum of RGB (Red+Green+Blue) = 70+95+22=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 95 (37.5% from 255 or 50.80% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 95 - color contains mainly: green. Hex color #465F16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465F16 is #B9A0E9. Grayscale: #4F4F4F. Windows color (decimal): -12165354 or 1466182. OLE color: 1466182.

HSL color Cylindrical-coordinate representation of color #465F16: hue angle of 80.55º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #465F16 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 95 22 -
CMYK 0.26 0 0.77 0.63
HSL 80.55º 0.62% 0.23% -
HSV(B) 80.55º 0.77% 0.37% -
XYZ 6.76 9.54 2.24 -
YUV 79.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 70 95 22 0.26 0 0.77 0.63 80.55 0.62 0.23
Hex 46 5F 16 1A 0 4D 3F 51 3E 17
Octal 106 137 26 32 0 115 77 121 76 27
Binary 1000110 1011111 10110 11010 0 1001101 111111 1010001 111110 10111

Color Harmonies of #465F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465F16

Black with #465F16

Text Example


Text Example

White with #465F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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