Html Css Color HEX #47551A Verdun Green

📋 copy color: '#47551A'

red 71 ◦ green 85 ◦ blue 26

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

Shades of Verdun Green #47551A

Tints of Verdun Green #47551A

RGB

 RED value IS 71 (28.13% from 255) = 39.01%

 GREEN value IS 85 (33.59% from 255) = 46.7%

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

R = 39.01%
G = 46.7%
B = 14.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#47551A (or 0x47551A) is known color: Verdun Green. HEX triplet: 47, 55 and 1A. RGB value is (71,85,26). Sum of RGB (Red+Green+Blue) = 71+85+26=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 26 (10.55% from 255 or 14.29% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #47551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551A is #B8AAE5. Grayscale: #4A4A4A. Windows color (decimal): -12102374 or 1725767. OLE color: 1725767.

HSL color Cylindrical-coordinate representation of color #47551A: hue angle of 74.24º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47551A is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 26 -
CMYK 0.16 0 0.69 0.67
HSL 74.24º 0.53% 0.22% -
HSV(B) 74.24º 0.69% 0.33% -
XYZ 6.03 7.91 2.19 -
YUV 74.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 71 85 26 0.16 0 0.69 0.67 74.24 0.53 0.22
Hex 47 55 1A 10 0 45 43 4A 35 16
Octal 107 125 32 20 0 105 103 112 65 26
Binary 1000111 1010101 11010 10000 0 1000101 1000011 1001010 110101 10110

Color Harmonies of #47551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47551A

Black with #47551A

Text Example


Text Example

White with #47551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,85,26); }

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

background-color css

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

 a { background-color: rgb(71,85,26); }

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

border-color css

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

 span { border-color: rgb(71,85,26); }

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