Html Css Color HEX #47531D Verdun Green

📋 copy color: '#47531D'

red 71 ◦ green 83 ◦ blue 29

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

Shades of Verdun Green #47531D

Tints of Verdun Green #47531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.85%

R = 38.8%
G = 45.36%
B = 15.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#47531D (or 0x47531D) is known color: Verdun Green. HEX triplet: 47, 53 and 1D. RGB value is (71,83,29). Sum of RGB (Red+Green+Blue) = 71+83+29=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #47531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47531D is #B8ACE2. Grayscale: #494949. Windows color (decimal): -12102883 or 1921863. OLE color: 1921863.

HSL color Cylindrical-coordinate representation of color #47531D: hue angle of 73.33º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47531D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 29 -
CMYK 0.14 0 0.65 0.67
HSL 73.33º 0.48% 0.22% -
HSV(B) 73.33º 0.65% 0.33% -
XYZ 5.91 7.61 2.32 -
YUV 73.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 71 83 29 0.14 0 0.65 0.67 73.33 0.48 0.22
Hex 47 53 1D E 0 41 43 49 30 16
Octal 107 123 35 16 0 101 103 111 60 26
Binary 1000111 1010011 11101 1110 0 1000001 1000011 1001001 110000 10110

Color Harmonies of #47531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47531D

Black with #47531D

Text Example


Text Example

White with #47531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47531D; }

 p { color: rgb(71,83,29); }

 H1.HeaderClassName
 {
   color: #47531D;
 }
 .AnyTagClassName
 {
   color: #47531D;
 }
</style>

background-color css

<style>
 a { background-color: #47531D; }

 a { background-color: rgb(71,83,29); }

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

border-color css

<style>
 span { border-color: #47531D; }

 span { border-color: rgb(71,83,29); }

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