Html Css Color HEX #465712 Verdun Green

📋 copy color: '#465712'

red 70 ◦ green 87 ◦ blue 18

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

Shades of Verdun Green #465712

Tints of Verdun Green #465712

RGB

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

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

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

R = 40%
G = 49.71%
B = 10.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#465712 (or 0x465712) is known color: Verdun Green. HEX triplet: 46, 57 and 12. RGB value is (70,87,18). Sum of RGB (Red+Green+Blue) = 70+87+18=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 87 (34.38% from 255 or 49.71% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 87 - color contains mainly: green. Hex color #465712 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465712 is #B9A8ED. Grayscale: #4A4A4A. Windows color (decimal): -12167406 or 1201990. OLE color: 1201990.

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

Color convert

RGB 70 87 18 -
CMYK 0.20 0 0.79 0.66
HSL 74.78º 0.66% 0.21% -
HSV(B) 74.78º 0.79% 0.34% -
XYZ 6.04 8.16 1.83 -
YUV 74.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 70 87 18 0.20 0 0.79 0.66 74.78 0.66 0.21
Hex 46 57 12 14 0 4F 42 4B 42 15
Octal 106 127 22 24 0 117 102 113 102 25
Binary 1000110 1010111 10010 10100 0 1001111 1000010 1001011 1000010 10101

Color Harmonies of #465712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465712

Black with #465712

Text Example


Text Example

White with #465712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465712; }

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

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

background-color css

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

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

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

border-color css

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

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

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