Html Css Color HEX #47580F Verdun Green

📋 copy color: '#47580F'

red 71 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #47580F

Tints of Verdun Green #47580F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 40.8%
G = 50.57%
B = 8.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#47580F (or 0x47580F) is known color: Verdun Green. HEX triplet: 47, 58 and 0F. RGB value is (71,88,15). Sum of RGB (Red+Green+Blue) = 71+88+15=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 88 (34.77% from 255 or 50.57% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 88 - color contains mainly: green. Hex color #47580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47580F is #B8A7F0. Grayscale: #4A4A4A. Windows color (decimal): -12101617 or 1005639. OLE color: 1005639.

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

Color convert

RGB 71 88 15 -
CMYK 0.19 0 0.83 0.65
HSL 73.97º 0.71% 0.2% -
HSV(B) 73.97º 0.83% 0.35% -
XYZ 6.17 8.35 1.74 -
YUV 74.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 71 88 15 0.19 0 0.83 0.65 73.97 0.71 0.2
Hex 47 58 F 13 0 53 41 4A 47 14
Octal 107 130 17 23 0 123 101 112 107 24
Binary 1000111 1011000 1111 10011 0 1010011 1000001 1001010 1000111 10100

Color Harmonies of #47580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47580F

Black with #47580F

Text Example


Text Example

White with #47580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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