Html Css Color HEX #465910 Verdun Green

📋 copy color: '#465910'

red 70 ◦ green 89 ◦ blue 16

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

Shades of Verdun Green #465910

Tints of Verdun Green #465910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.14%

R = 40%
G = 50.86%
B = 9.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#465910 (or 0x465910) is known color: Verdun Green. HEX triplet: 46, 59 and 10. RGB value is (70,89,16). Sum of RGB (Red+Green+Blue) = 70+89+16=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #465910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465910 is #B9A6EF. Grayscale: #4B4B4B. Windows color (decimal): -12166896 or 1071430. OLE color: 1071430.

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

Color convert

RGB 70 89 16 -
CMYK 0.21 0 0.82 0.65
HSL 75.62º 0.7% 0.21% -
HSV(B) 75.62º 0.82% 0.35% -
XYZ 6.19 8.48 1.8 -
YUV 75 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 70 89 16 0.21 0 0.82 0.65 75.62 0.7 0.21
Hex 46 59 10 15 0 52 41 4C 46 15
Octal 106 131 20 25 0 122 101 114 106 25
Binary 1000110 1011001 10000 10101 0 1010010 1000001 1001100 1000110 10101

Color Harmonies of #465910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465910

Black with #465910

Text Example


Text Example

White with #465910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465910; }

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

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

background-color css

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

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

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

border-color css

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

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

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