Html Css Color HEX #47690C Verdun Green

📋 copy color: '#47690C'

red 71 ◦ green 105 ◦ blue 12

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

Shades of Verdun Green #47690C

Tints of Verdun Green #47690C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.38%

R = 37.77%
G = 55.85%
B = 6.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#47690C (or 0x47690C) is known color: Verdun Green. HEX triplet: 47, 69 and 0C. RGB value is (71,105,12). Sum of RGB (Red+Green+Blue) = 71+105+12=188 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.77% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #47690C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47690C is #B896F3. Grayscale: #545454. Windows color (decimal): -12097268 or 813383. OLE color: 813383.

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

Color convert

RGB 71 105 12 -
CMYK 0.32 0 0.89 0.59
HSL 81.94º 0.79% 0.23% -
HSV(B) 81.94º 0.89% 0.41% -
XYZ 7.72 11.47 2.15 -
YUV 84.23 87.24 118.56 -
System Red Green Blue C M Y K H S L
Decimal 71 105 12 0.32 0 0.89 0.59 81.94 0.79 0.23
Hex 47 69 C 20 0 59 3B 52 4F 17
Octal 107 151 14 40 0 131 73 122 117 27
Binary 1000111 1101001 1100 100000 0 1011001 111011 1010010 1001111 10111

Color Harmonies of #47690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47690C

Black with #47690C

Text Example


Text Example

White with #47690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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