Html Css Color HEX #47551F Verdun Green

📋 copy color: '#47551F'

red 71 ◦ green 85 ◦ blue 31

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

Shades of Verdun Green #47551F

Tints of Verdun Green #47551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.58%

R = 37.97%
G = 45.45%
B = 16.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#47551F (or 0x47551F) is known color: Verdun Green. HEX triplet: 47, 55 and 1F. RGB value is (71,85,31). Sum of RGB (Red+Green+Blue) = 71+85+31=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 31 (12.5% from 255 or 16.58% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #47551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47551F is #B8AAE0. Grayscale: #4A4A4A. Windows color (decimal): -12102369 or 2053447. OLE color: 2053447.

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

Color convert

RGB 71 85 31 -
CMYK 0.16 0 0.64 0.67
HSL 75.56º 0.47% 0.23% -
HSV(B) 75.56º 0.64% 0.33% -
XYZ 6.09 7.94 2.51 -
YUV 74.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 71 85 31 0.16 0 0.64 0.67 75.56 0.47 0.23
Hex 47 55 1F 10 0 40 43 4C 2F 17
Octal 107 125 37 20 0 100 103 114 57 27
Binary 1000111 1010101 11111 10000 0 1000000 1000011 1001100 101111 10111

Color Harmonies of #47551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47551F

Black with #47551F

Text Example


Text Example

White with #47551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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