Html Css Color HEX #46571A Verdun Green

📋 copy color: '#46571A'

red 70 ◦ green 87 ◦ blue 26

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

Shades of Verdun Green #46571A

Tints of Verdun Green #46571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.54%

 BLUE value IS 26 (10.55% from 255) = 14.21%

R = 38.25%
G = 47.54%
B = 14.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#46571A (or 0x46571A) is known color: Verdun Green. HEX triplet: 46, 57 and 1A. RGB value is (70,87,26). Sum of RGB (Red+Green+Blue) = 70+87+26=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 87 - color contains mainly: green. Hex color #46571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46571A is #B9A8E5. Grayscale: #4B4B4B. Windows color (decimal): -12167398 or 1726278. OLE color: 1726278.

HSL color Cylindrical-coordinate representation of color #46571A: hue angle of 76.72º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46571A is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 70 87 26 -
CMYK 0.20 0 0.70 0.66
HSL 76.72º 0.54% 0.22% -
HSV(B) 76.72º 0.7% 0.34% -
XYZ 6.12 8.19 2.24 -
YUV 74.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 70 87 26 0.20 0 0.70 0.66 76.72 0.54 0.22
Hex 46 57 1A 14 0 46 42 4D 36 16
Octal 106 127 32 24 0 106 102 115 66 26
Binary 1000110 1010111 11010 10100 0 1000110 1000010 1001101 110110 10110

Color Harmonies of #46571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46571A

Black with #46571A

Text Example


Text Example

White with #46571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46571A; }

 p { color: rgb(70,87,26); }

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

background-color css

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

 a { background-color: rgb(70,87,26); }

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

border-color css

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

 span { border-color: rgb(70,87,26); }

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