Html Css Color HEX #465815 Verdun Green

📋 copy color: '#465815'

red 70 ◦ green 88 ◦ blue 21

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

Shades of Verdun Green #465815

Tints of Verdun Green #465815

RGB

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

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

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

R = 39.11%
G = 49.16%
B = 11.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#465815 (or 0x465815) is known color: Verdun Green. HEX triplet: 46, 58 and 15. RGB value is (70,88,21). Sum of RGB (Red+Green+Blue) = 70+88+21=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 21 (8.59% from 255 or 11.73% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #465815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465815 is #B9A7EA. Grayscale: #4B4B4B. Windows color (decimal): -12167147 or 1398854. OLE color: 1398854.

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

Color convert

RGB 70 88 21 -
CMYK 0.20 0 0.76 0.65
HSL 76.12º 0.61% 0.21% -
HSV(B) 76.12º 0.76% 0.35% -
XYZ 6.15 8.34 1.99 -
YUV 74.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 70 88 21 0.20 0 0.76 0.65 76.12 0.61 0.21
Hex 46 58 15 14 0 4C 41 4C 3D 15
Octal 106 130 25 24 0 114 101 114 75 25
Binary 1000110 1011000 10101 10100 0 1001100 1000001 1001100 111101 10101

Color Harmonies of #465815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465815

Black with #465815

Text Example


Text Example

White with #465815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465815; }

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

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

background-color css

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

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

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

border-color css

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

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

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