Html Css Color HEX #47541A Verdun Green

📋 copy color: '#47541A'

red 71 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #47541A

Tints of Verdun Green #47541A

RGB

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

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

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

R = 39.23%
G = 46.41%
B = 14.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#47541A (or 0x47541A) is known color: Verdun Green. HEX triplet: 47, 54 and 1A. RGB value is (71,84,26). Sum of RGB (Red+Green+Blue) = 71+84+26=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #47541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47541A is #B8ABE5. Grayscale: #494949. Windows color (decimal): -12102630 or 1725511. OLE color: 1725511.

HSL color Cylindrical-coordinate representation of color #47541A: hue angle of 73.45º 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 #47541A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 26 -
CMYK 0.15 0 0.69 0.67
HSL 73.45º 0.53% 0.22% -
HSV(B) 73.45º 0.69% 0.33% -
XYZ 5.96 7.75 2.16 -
YUV 73.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 71 84 26 0.15 0 0.69 0.67 73.45 0.53 0.22
Hex 47 54 1A F 0 45 43 49 35 16
Octal 107 124 32 17 0 105 103 111 65 26
Binary 1000111 1010100 11010 1111 0 1000101 1000011 1001001 110101 10110

Color Harmonies of #47541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47541A

Black with #47541A

Text Example


Text Example

White with #47541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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