Html Css Color HEX #465912 Verdun Green

📋 copy color: '#465912'

red 70 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #465912

Tints of Verdun Green #465912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

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

R = 39.55%
G = 50.28%
B = 10.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#465912 (or 0x465912) is known color: Verdun Green. HEX triplet: 46, 59 and 12. RGB value is (70,89,18). Sum of RGB (Red+Green+Blue) = 70+89+18=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #465912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465912 is #B9A6ED. Grayscale: #4B4B4B. Windows color (decimal): -12166894 or 1202502. OLE color: 1202502.

HSL color Cylindrical-coordinate representation of color #465912: hue angle of 76.06º 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 #465912 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 18 -
CMYK 0.21 0 0.80 0.65
HSL 76.06º 0.66% 0.21% -
HSV(B) 76.06º 0.8% 0.35% -
XYZ 6.21 8.49 1.88 -
YUV 75.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 70 89 18 0.21 0 0.80 0.65 76.06 0.66 0.21
Hex 46 59 12 15 0 50 41 4C 42 15
Octal 106 131 22 25 0 120 101 114 102 25
Binary 1000110 1011001 10010 10101 0 1010000 1000001 1001100 1000010 10101

Color Harmonies of #465912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465912

Black with #465912

Text Example


Text Example

White with #465912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465912; }

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

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

background-color css

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

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

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

border-color css

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

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

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