Html Css Color HEX #47690A Verdun Green

📋 copy color: '#47690A'

red 71 ◦ green 105 ◦ blue 10

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

Shades of Verdun Green #47690A

Tints of Verdun Green #47690A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.38%

R = 38.17%
G = 56.45%
B = 5.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#47690A (or 0x47690A) is known color: Verdun Green. HEX triplet: 47, 69 and 0A. RGB value is (71,105,10). Sum of RGB (Red+Green+Blue) = 71+105+10=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 105 (41.41% from 255 or 56.45% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 105 - color contains mainly: green. Hex color #47690A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47690A is #B896F5. Grayscale: #545454. Windows color (decimal): -12097270 or 682311. OLE color: 682311.

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

Color convert

RGB 71 105 10 -
CMYK 0.32 0 0.90 0.59
HSL 81.47º 0.83% 0.23% -
HSV(B) 81.47º 0.9% 0.41% -
XYZ 7.7 11.46 2.09 -
YUV 84 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 71 105 10 0.32 0 0.90 0.59 81.47 0.83 0.23
Hex 47 69 A 20 0 5A 3B 51 53 17
Octal 107 151 12 40 0 132 73 121 123 27
Binary 1000111 1101001 1010 100000 0 1011010 111011 1010001 1010011 10111

Color Harmonies of #47690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47690A

Black with #47690A

Text Example


Text Example

White with #47690A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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