Html Css Color HEX #47501B Verdun Green

📋 copy color: '#47501B'

red 71 ◦ green 80 ◦ blue 27

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

Shades of Verdun Green #47501B

Tints of Verdun Green #47501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.94%

 BLUE value IS 27 (10.94% from 255) = 15.17%

R = 39.89%
G = 44.94%
B = 15.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#47501B (or 0x47501B) is known color: Verdun Green. HEX triplet: 47, 50 and 1B. RGB value is (71,80,27). Sum of RGB (Red+Green+Blue) = 71+80+27=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 27 (10.94% from 255 or 15.17% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #47501B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47501B is #B8AFE4. Grayscale: #474747. Windows color (decimal): -12103653 or 1790023. OLE color: 1790023.

HSL color Cylindrical-coordinate representation of color #47501B: hue angle of 70.19º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47501B is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 27 -
CMYK 0.11 0 0.66 0.69
HSL 70.19º 0.5% 0.21% -
HSV(B) 70.19º 0.66% 0.31% -
XYZ 5.67 7.16 2.12 -
YUV 71.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 71 80 27 0.11 0 0.66 0.69 70.19 0.5 0.21
Hex 47 50 1B B 0 42 45 46 32 15
Octal 107 120 33 13 0 102 105 106 62 25
Binary 1000111 1010000 11011 1011 0 1000010 1000101 1000110 110010 10101

Color Harmonies of #47501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47501B

Black with #47501B

Text Example


Text Example

White with #47501B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,80,27); }

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

background-color css

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

 a { background-color: rgb(71,80,27); }

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

border-color css

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

 span { border-color: rgb(71,80,27); }

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