Html Css Color HEX #47551D Verdun Green

📋 copy color: '#47551D'

red 71 ◦ green 85 ◦ blue 29

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

Shades of Verdun Green #47551D

Tints of Verdun Green #47551D

RGB

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

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

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

R = 38.38%
G = 45.95%
B = 15.68%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#47551D (or 0x47551D) is known color: Verdun Green. HEX triplet: 47, 55 and 1D. RGB value is (71,85,29). Sum of RGB (Red+Green+Blue) = 71+85+29=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #47551D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551D is #B8AAE2. Grayscale: #4A4A4A. Windows color (decimal): -12102371 or 1922375. OLE color: 1922375.

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

Color convert

RGB 71 85 29 -
CMYK 0.16 0 0.66 0.67
HSL 75º 0.49% 0.22% -
HSV(B) 75º 0.66% 0.33% -
XYZ 6.07 7.93 2.37 -
YUV 74.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 71 85 29 0.16 0 0.66 0.67 75 0.49 0.22
Hex 47 55 1D 10 0 42 43 4B 31 16
Octal 107 125 35 20 0 102 103 113 61 26
Binary 1000111 1010101 11101 10000 0 1000010 1000011 1001011 110001 10110

Color Harmonies of #47551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47551D

Black with #47551D

Text Example


Text Example

White with #47551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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