Html Css Color HEX #47581F Verdun Green

📋 copy color: '#47581F'

red 71 ◦ green 88 ◦ blue 31

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

Shades of Verdun Green #47581F

Tints of Verdun Green #47581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

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

R = 37.37%
G = 46.32%
B = 16.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.65

RGB Variations

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

Color information

#47581F (or 0x47581F) is known color: Verdun Green. HEX triplet: 47, 58 and 1F. RGB value is (71,88,31). Sum of RGB (Red+Green+Blue) = 71+88+31=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #47581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47581F is #B8A7E0. Grayscale: #4C4C4C. Windows color (decimal): -12101601 or 2054215. OLE color: 2054215.

HSL color Cylindrical-coordinate representation of color #47581F: hue angle of 77.89º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47581F is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 88 31 -
CMYK 0.19 0 0.65 0.65
HSL 77.89º 0.48% 0.23% -
HSV(B) 77.89º 0.65% 0.35% -
XYZ 6.34 8.42 2.59 -
YUV 76.42 102.37 124.13 -
System Red Green Blue C M Y K H S L
Decimal 71 88 31 0.19 0 0.65 0.65 77.89 0.48 0.23
Hex 47 58 1F 13 0 41 41 4E 30 17
Octal 107 130 37 23 0 101 101 116 60 27
Binary 1000111 1011000 11111 10011 0 1000001 1000001 1001110 110000 10111

Color Harmonies of #47581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47581F

Black with #47581F

Text Example


Text Example

White with #47581F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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