Html Css Color HEX #47680E Verdun Green

📋 copy color: '#47680E'

red 71 ◦ green 104 ◦ blue 14

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

Shades of Verdun Green #47680E

Tints of Verdun Green #47680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.03%

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

R = 37.57%
G = 55.03%
B = 7.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#47680E (or 0x47680E) is known color: Verdun Green. HEX triplet: 47, 68 and 0E. RGB value is (71,104,14). Sum of RGB (Red+Green+Blue) = 71+104+14=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #47680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47680E is #B897F1. Grayscale: #545454. Windows color (decimal): -12097522 or 944199. OLE color: 944199.

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

Color convert

RGB 71 104 14 -
CMYK 0.32 0 0.87 0.59
HSL 82º 0.76% 0.23% -
HSV(B) 82º 0.87% 0.41% -
XYZ 7.63 11.27 2.19 -
YUV 83.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 71 104 14 0.32 0 0.87 0.59 82 0.76 0.23
Hex 47 68 E 20 0 57 3B 52 4C 17
Octal 107 150 16 40 0 127 73 122 114 27
Binary 1000111 1101000 1110 100000 0 1010111 111011 1010010 1001100 10111

Color Harmonies of #47680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47680E

Black with #47680E

Text Example


Text Example

White with #47680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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