Html Css Color HEX #46530E Verdun Green

📋 copy color: '#46530E'

red 70 ◦ green 83 ◦ blue 14

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

Shades of Verdun Green #46530E

Tints of Verdun Green #46530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

 BLUE value IS 14 (5.86% from 255) = 8.38%

R = 41.92%
G = 49.7%
B = 8.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#46530E (or 0x46530E) is known color: Verdun Green. HEX triplet: 46, 53 and 0E. RGB value is (70,83,14). Sum of RGB (Red+Green+Blue) = 70+83+14=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #46530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46530E is #B9ACF1. Grayscale: #474747. Windows color (decimal): -12168434 or 938822. OLE color: 938822.

HSL color Cylindrical-coordinate representation of color #46530E: hue angle of 71.3º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46530E is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 14 -
CMYK 0.16 0 0.83 0.67
HSL 71.3º 0.71% 0.19% -
HSV(B) 71.3º 0.83% 0.33% -
XYZ 5.7 7.52 1.57 -
YUV 71.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 70 83 14 0.16 0 0.83 0.67 71.3 0.71 0.19
Hex 46 53 E 10 0 53 43 47 47 13
Octal 106 123 16 20 0 123 103 107 107 23
Binary 1000110 1010011 1110 10000 0 1010011 1000011 1000111 1000111 10011

Color Harmonies of #46530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46530E

Black with #46530E

Text Example


Text Example

White with #46530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,83,14); }

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

background-color css

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

 a { background-color: rgb(70,83,14); }

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

border-color css

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

 span { border-color: rgb(70,83,14); }

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