Html Css Color HEX #46581E Verdun Green

📋 copy color: '#46581E'

red 70 ◦ green 88 ◦ blue 30

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

Shades of Verdun Green #46581E

Tints of Verdun Green #46581E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.81%

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 37.23%
G = 46.81%
B = 15.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#46581E (or 0x46581E) is known color: Verdun Green. HEX triplet: 46, 58 and 1E. RGB value is (70,88,30). Sum of RGB (Red+Green+Blue) = 70+88+30=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #46581E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46581E is #B9A7E1. Grayscale: #4C4C4C. Windows color (decimal): -12167138 or 1988678. OLE color: 1988678.

HSL color Cylindrical-coordinate representation of color #46581E: hue angle of 78.62º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46581E is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 30 -
CMYK 0.20 0 0.66 0.65
HSL 78.62º 0.49% 0.23% -
HSV(B) 78.62º 0.66% 0.35% -
XYZ 6.25 8.38 2.52 -
YUV 76.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 70 88 30 0.20 0 0.66 0.65 78.62 0.49 0.23
Hex 46 58 1E 14 0 42 41 4F 31 17
Octal 106 130 36 24 0 102 101 117 61 27
Binary 1000110 1011000 11110 10100 0 1000010 1000001 1001111 110001 10111

Color Harmonies of #46581E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46581E

Black with #46581E

Text Example


Text Example

White with #46581E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46581E; }

 p { color: rgb(70,88,30); }

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

background-color css

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

 a { background-color: rgb(70,88,30); }

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

border-color css

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

 span { border-color: rgb(70,88,30); }

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