Html Css Color HEX #46541E Verdun Green

📋 copy color: '#46541E'

red 70 ◦ green 84 ◦ blue 30

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

Shades of Verdun Green #46541E

Tints of Verdun Green #46541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.65%

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

R = 38.04%
G = 45.65%
B = 16.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#46541E (or 0x46541E) is known color: Verdun Green. HEX triplet: 46, 54 and 1E. RGB value is (70,84,30). Sum of RGB (Red+Green+Blue) = 70+84+30=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #46541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46541E is #B9ABE1. Grayscale: #494949. Windows color (decimal): -12168162 or 1987654. OLE color: 1987654.

HSL color Cylindrical-coordinate representation of color #46541E: hue angle of 75.56º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46541E is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 30 -
CMYK 0.17 0 0.64 0.67
HSL 75.56º 0.47% 0.22% -
HSV(B) 75.56º 0.64% 0.33% -
XYZ 5.93 7.74 2.41 -
YUV 73.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 70 84 30 0.17 0 0.64 0.67 75.56 0.47 0.22
Hex 46 54 1E 11 0 40 43 4C 2F 16
Octal 106 124 36 21 0 100 103 114 57 26
Binary 1000110 1010100 11110 10001 0 1000000 1000011 1001100 101111 10110

Color Harmonies of #46541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46541E

Black with #46541E

Text Example


Text Example

White with #46541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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