Html Css Color HEX #465812 Verdun Green

📋 copy color: '#465812'

red 70 ◦ green 88 ◦ blue 18

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

Shades of Verdun Green #465812

Tints of Verdun Green #465812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 39.77%
G = 50%
B = 10.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#465812 (or 0x465812) is known color: Verdun Green. HEX triplet: 46, 58 and 12. RGB value is (70,88,18). Sum of RGB (Red+Green+Blue) = 70+88+18=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #465812 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465812 is #B9A7ED. Grayscale: #4A4A4A. Windows color (decimal): -12167150 or 1202246. OLE color: 1202246.

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

Color convert

RGB 70 88 18 -
CMYK 0.20 0 0.80 0.65
HSL 75.43º 0.66% 0.21% -
HSV(B) 75.43º 0.8% 0.35% -
XYZ 6.12 8.33 1.86 -
YUV 74.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 70 88 18 0.20 0 0.80 0.65 75.43 0.66 0.21
Hex 46 58 12 14 0 50 41 4B 42 15
Octal 106 130 22 24 0 120 101 113 102 25
Binary 1000110 1011000 10010 10100 0 1010000 1000001 1001011 1000010 10101

Color Harmonies of #465812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465812

Black with #465812

Text Example


Text Example

White with #465812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465812; }

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

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

background-color css

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

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

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

border-color css

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

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

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