Html Css Color HEX #465715 Verdun Green

📋 copy color: '#465715'

red 70 ◦ green 87 ◦ blue 21

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

Shades of Verdun Green #465715

Tints of Verdun Green #465715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.88%

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

R = 39.33%
G = 48.88%
B = 11.8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.66

RGB Variations

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

Color information

#465715 (or 0x465715) is known color: Verdun Green. HEX triplet: 46, 57 and 15. RGB value is (70,87,21). Sum of RGB (Red+Green+Blue) = 70+87+21=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 87 (34.38% from 255 or 48.88% from 178); Blue value is 21 (8.59% from 255 or 11.80% from 178); Max value from RGB is 87 - color contains mainly: green. Hex color #465715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465715 is #B9A8EA. Grayscale: #4A4A4A. Windows color (decimal): -12167403 or 1398598. OLE color: 1398598.

HSL color Cylindrical-coordinate representation of color #465715: hue angle of 75.45º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #465715 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 21 -
CMYK 0.20 0 0.76 0.66
HSL 75.45º 0.61% 0.21% -
HSV(B) 75.45º 0.76% 0.34% -
XYZ 6.07 8.17 1.97 -
YUV 74.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 70 87 21 0.20 0 0.76 0.66 75.45 0.61 0.21
Hex 46 57 15 14 0 4C 42 4B 3D 15
Octal 106 127 25 24 0 114 102 113 75 25
Binary 1000110 1010111 10101 10100 0 1001100 1000010 1001011 111101 10101

Color Harmonies of #465715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465715

Black with #465715

Text Example


Text Example

White with #465715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465715; }

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

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

background-color css

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

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

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

border-color css

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

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

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