Html Css Color HEX #465E15 Verdun Green

📋 copy color: '#465E15'

red 70 ◦ green 94 ◦ blue 21

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

Shades of Verdun Green #465E15

Tints of Verdun Green #465E15

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50.81%

 BLUE value IS 21 (8.59% from 255) = 11.35%

R = 37.84%
G = 50.81%
B = 11.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#465E15 (or 0x465E15) is known color: Verdun Green. HEX triplet: 46, 5E and 15. RGB value is (70,94,21). Sum of RGB (Red+Green+Blue) = 70+94+21=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #465E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465E15 is #B9A1EA. Grayscale: #4E4E4E. Windows color (decimal): -12165611 or 1400390. OLE color: 1400390.

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

Color convert

RGB 70 94 21 -
CMYK 0.26 0 0.78 0.63
HSL 79.73º 0.63% 0.23% -
HSV(B) 79.73º 0.78% 0.37% -
XYZ 6.66 9.36 2.17 -
YUV 78.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 70 94 21 0.26 0 0.78 0.63 79.73 0.63 0.23
Hex 46 5E 15 1A 0 4E 3F 50 3F 17
Octal 106 136 25 32 0 116 77 120 77 27
Binary 1000110 1011110 10101 11010 0 1001110 111111 1010000 111111 10111

Color Harmonies of #465E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465E15

Black with #465E15

Text Example


Text Example

White with #465E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,21); }

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

background-color css

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

 a { background-color: rgb(70,94,21); }

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

border-color css

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

 span { border-color: rgb(70,94,21); }

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