Html Css Color HEX #46590F Verdun Green

📋 copy color: '#46590F'

red 70 ◦ green 89 ◦ blue 15

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

Shades of Verdun Green #46590F

Tints of Verdun Green #46590F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 40.23%
G = 51.15%
B = 8.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#46590F (or 0x46590F) is known color: Verdun Green. HEX triplet: 46, 59 and 0F. RGB value is (70,89,15). Sum of RGB (Red+Green+Blue) = 70+89+15=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #46590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46590F is #B9A6F0. Grayscale: #4B4B4B. Windows color (decimal): -12166897 or 1005894. OLE color: 1005894.

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

Color convert

RGB 70 89 15 -
CMYK 0.21 0 0.83 0.65
HSL 75.41º 0.71% 0.2% -
HSV(B) 75.41º 0.83% 0.35% -
XYZ 6.18 8.48 1.76 -
YUV 74.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 70 89 15 0.21 0 0.83 0.65 75.41 0.71 0.2
Hex 46 59 F 15 0 53 41 4B 47 14
Octal 106 131 17 25 0 123 101 113 107 24
Binary 1000110 1011001 1111 10101 0 1010011 1000001 1001011 1000111 10100

Color Harmonies of #46590F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46590F

Black with #46590F

Text Example


Text Example

White with #46590F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46590F; }

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

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

background-color css

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

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

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

border-color css

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

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

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