Html Css Color HEX #47690D Verdun Green

📋 copy color: '#47690D'

red 71 ◦ green 105 ◦ blue 13

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

Shades of Verdun Green #47690D

Tints of Verdun Green #47690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.56%

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

R = 37.57%
G = 55.56%
B = 6.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#47690D (or 0x47690D) is known color: Verdun Green. HEX triplet: 47, 69 and 0D. RGB value is (71,105,13). Sum of RGB (Red+Green+Blue) = 71+105+13=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #47690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47690D is #B896F2. Grayscale: #545454. Windows color (decimal): -12097267 or 878919. OLE color: 878919.

HSL color Cylindrical-coordinate representation of color #47690D: hue angle of 82.17º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #47690D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 13 -
CMYK 0.32 0 0.88 0.59
HSL 82.17º 0.78% 0.23% -
HSV(B) 82.17º 0.88% 0.41% -
XYZ 7.72 11.47 2.19 -
YUV 84.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 71 105 13 0.32 0 0.88 0.59 82.17 0.78 0.23
Hex 47 69 D 20 0 58 3B 52 4E 17
Octal 107 151 15 40 0 130 73 122 116 27
Binary 1000111 1101001 1101 100000 0 1011000 111011 1010010 1001110 10111

Color Harmonies of #47690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47690D

Black with #47690D

Text Example


Text Example

White with #47690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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