Html Css Color HEX #47660E Verdun Green

📋 copy color: '#47660E'

red 71 ◦ green 102 ◦ blue 14

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

Shades of Verdun Green #47660E

Tints of Verdun Green #47660E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.55%

 BLUE value IS 14 (5.86% from 255) = 7.49%

R = 37.97%
G = 54.55%
B = 7.49%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#47660E (or 0x47660E) is known color: Verdun Green. HEX triplet: 47, 66 and 0E. RGB value is (71,102,14). Sum of RGB (Red+Green+Blue) = 71+102+14=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #47660E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47660E is #B899F1. Grayscale: #535353. Windows color (decimal): -12098034 or 943687. OLE color: 943687.

HSL color Cylindrical-coordinate representation of color #47660E: hue angle of 81.14º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47660E is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 14 -
CMYK 0.30 0 0.86 0.6
HSL 81.14º 0.76% 0.23% -
HSV(B) 81.14º 0.86% 0.4% -
XYZ 7.43 10.87 2.12 -
YUV 82.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 71 102 14 0.30 0 0.86 0.6 81.14 0.76 0.23
Hex 47 66 E 1E 0 56 3C 51 4C 17
Octal 107 146 16 36 0 126 74 121 114 27
Binary 1000111 1100110 1110 11110 0 1010110 111100 1010001 1001100 10111

Color Harmonies of #47660E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47660E

Black with #47660E

Text Example


Text Example

White with #47660E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47660E; }

 p { color: rgb(71,102,14); }

 H1.HeaderClassName
 {
   color: #47660E;
 }
 .AnyTagClassName
 {
   color: #47660E;
 }
</style>

background-color css

<style>
 a { background-color: #47660E; }

 a { background-color: rgb(71,102,14); }

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

border-color css

<style>
 span { border-color: #47660E; }

 span { border-color: rgb(71,102,14); }

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