Html Css Color HEX #47530B Verdun Green

📋 copy color: '#47530B'

red 71 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #47530B

Tints of Verdun Green #47530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.67%

R = 43.03%
G = 50.3%
B = 6.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#47530B (or 0x47530B) is known color: Verdun Green. HEX triplet: 47, 53 and 0B. RGB value is (71,83,11). Sum of RGB (Red+Green+Blue) = 71+83+11=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #47530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47530B is #B8ACF4. Grayscale: #474747. Windows color (decimal): -12102901 or 742215. OLE color: 742215.

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

Color convert

RGB 71 83 11 -
CMYK 0.14 0 0.87 0.67
HSL 70º 0.77% 0.18% -
HSV(B) 70º 0.87% 0.33% -
XYZ 5.75 7.55 1.47 -
YUV 71.2 94.02 127.85 -
System Red Green Blue C M Y K H S L
Decimal 71 83 11 0.14 0 0.87 0.67 70 0.77 0.18
Hex 47 53 B E 0 57 43 46 4D 12
Octal 107 123 13 16 0 127 103 106 115 22
Binary 1000111 1010011 1011 1110 0 1010111 1000011 1000110 1001101 10010

Color Harmonies of #47530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47530B

Black with #47530B

Text Example


Text Example

White with #47530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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