Html Css Color HEX #465412 Verdun Green

📋 copy color: '#465412'

red 70 ◦ green 84 ◦ blue 18

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

Shades of Verdun Green #465412

Tints of Verdun Green #465412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.84%

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

R = 40.7%
G = 48.84%
B = 10.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#465412 (or 0x465412) is known color: Verdun Green. HEX triplet: 46, 54 and 12. RGB value is (70,84,18). Sum of RGB (Red+Green+Blue) = 70+84+18=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #465412 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465412 is #B9ABED. Grayscale: #484848. Windows color (decimal): -12168174 or 1201222. OLE color: 1201222.

HSL color Cylindrical-coordinate representation of color #465412: hue angle of 72.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #465412 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 18 -
CMYK 0.17 0 0.79 0.67
HSL 72.73º 0.65% 0.2% -
HSV(B) 72.73º 0.79% 0.33% -
XYZ 5.81 7.69 1.75 -
YUV 72.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 70 84 18 0.17 0 0.79 0.67 72.73 0.65 0.2
Hex 46 54 12 11 0 4F 43 49 41 14
Octal 106 124 22 21 0 117 103 111 101 24
Binary 1000110 1010100 10010 10001 0 1001111 1000011 1001001 1000001 10100

Color Harmonies of #465412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465412

Black with #465412

Text Example


Text Example

White with #465412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465412; }

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

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

background-color css

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

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

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

border-color css

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

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

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