Html Css Color HEX #47551B Verdun Green

📋 copy color: '#47551B'

red 71 ◦ green 85 ◦ blue 27

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

Shades of Verdun Green #47551B

Tints of Verdun Green #47551B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 38.8%
G = 46.45%
B = 14.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#47551B (or 0x47551B) is known color: Verdun Green. HEX triplet: 47, 55 and 1B. RGB value is (71,85,27). Sum of RGB (Red+Green+Blue) = 71+85+27=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #47551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551B is #B8AAE4. Grayscale: #4A4A4A. Windows color (decimal): -12102373 or 1791303. OLE color: 1791303.

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

Color convert

RGB 71 85 27 -
CMYK 0.16 0 0.68 0.67
HSL 74.48º 0.52% 0.22% -
HSV(B) 74.48º 0.68% 0.33% -
XYZ 6.04 7.92 2.25 -
YUV 74.2 101.36 125.72 -
System Red Green Blue C M Y K H S L
Decimal 71 85 27 0.16 0 0.68 0.67 74.48 0.52 0.22
Hex 47 55 1B 10 0 44 43 4A 34 16
Octal 107 125 33 20 0 104 103 112 64 26
Binary 1000111 1010101 11011 10000 0 1000100 1000011 1001010 110100 10110

Color Harmonies of #47551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47551B

Black with #47551B

Text Example


Text Example

White with #47551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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