Html Css Color HEX #47530D Verdun Green

📋 copy color: '#47530D'

red 71 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #47530D

Tints of Verdun Green #47530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

 BLUE value IS 13 (5.47% from 255) = 7.78%

R = 42.51%
G = 49.7%
B = 7.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#47530D (or 0x47530D) is known color: Verdun Green. HEX triplet: 47, 53 and 0D. RGB value is (71,83,13). Sum of RGB (Red+Green+Blue) = 71+83+13=167 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.51% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #47530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47530D is #B8ACF2. Grayscale: #474747. Windows color (decimal): -12102899 or 873287. OLE color: 873287.

HSL color Cylindrical-coordinate representation of color #47530D: hue angle of 70.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #47530D is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 13 -
CMYK 0.14 0 0.84 0.67
HSL 70.29º 0.73% 0.19% -
HSV(B) 70.29º 0.84% 0.33% -
XYZ 5.76 7.56 1.54 -
YUV 71.43 95.02 127.69 -
System Red Green Blue C M Y K H S L
Decimal 71 83 13 0.14 0 0.84 0.67 70.29 0.73 0.19
Hex 47 53 D E 0 54 43 46 49 13
Octal 107 123 15 16 0 124 103 106 111 23
Binary 1000111 1010011 1101 1110 0 1010100 1000011 1000110 1001001 10011

Color Harmonies of #47530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47530D

Black with #47530D

Text Example


Text Example

White with #47530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,83,13); }

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

background-color css

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

 a { background-color: rgb(71,83,13); }

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

border-color css

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

 span { border-color: rgb(71,83,13); }

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