Html Css Color HEX #465512 Verdun Green

📋 copy color: '#465512'

red 70 ◦ green 85 ◦ blue 18

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

Shades of Verdun Green #465512

Tints of Verdun Green #465512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.13%

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

R = 40.46%
G = 49.13%
B = 10.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#465512 (or 0x465512) is known color: Verdun Green. HEX triplet: 46, 55 and 12. RGB value is (70,85,18). Sum of RGB (Red+Green+Blue) = 70+85+18=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 18 (7.42% from 255 or 10.40% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #465512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465512 is #B9AAED. Grayscale: #494949. Windows color (decimal): -12167918 or 1201478. OLE color: 1201478.

HSL color Cylindrical-coordinate representation of color #465512: hue angle of 73.43º 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 #465512 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 18 -
CMYK 0.18 0 0.79 0.67
HSL 73.43º 0.65% 0.2% -
HSV(B) 73.43º 0.79% 0.33% -
XYZ 5.88 7.84 1.78 -
YUV 72.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 70 85 18 0.18 0 0.79 0.67 73.43 0.65 0.2
Hex 46 55 12 12 0 4F 43 49 41 14
Octal 106 125 22 22 0 117 103 111 101 24
Binary 1000110 1010101 10010 10010 0 1001111 1000011 1001001 1000001 10100

Color Harmonies of #465512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465512

Black with #465512

Text Example


Text Example

White with #465512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465512; }

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

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

background-color css

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

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

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

border-color css

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

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

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