Html Css Color HEX #476710 Verdun Green

📋 copy color: '#476710'

red 71 ◦ green 103 ◦ blue 16

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

Shades of Verdun Green #476710

Tints of Verdun Green #476710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.21%

 BLUE value IS 16 (6.64% from 255) = 8.42%

R = 37.37%
G = 54.21%
B = 8.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#476710 (or 0x476710) is known color: Verdun Green. HEX triplet: 47, 67 and 10. RGB value is (71,103,16). Sum of RGB (Red+Green+Blue) = 71+103+16=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #476710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476710 is #B898EF. Grayscale: #535353. Windows color (decimal): -12097776 or 1075015. OLE color: 1075015.

HSL color Cylindrical-coordinate representation of color #476710: hue angle of 82.07º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #476710 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 16 -
CMYK 0.31 0 0.84 0.60
HSL 82.07º 0.73% 0.23% -
HSV(B) 82.07º 0.84% 0.4% -
XYZ 7.54 11.08 2.23 -
YUV 83.51 89.9 119.07 -
System Red Green Blue C M Y K H S L
Decimal 71 103 16 0.31 0 0.84 0.60 82.07 0.73 0.23
Hex 47 67 10 1F 0 54 3C 52 49 17
Octal 107 147 20 37 0 124 74 122 111 27
Binary 1000111 1100111 10000 11111 0 1010100 111100 1010010 1001001 10111

Color Harmonies of #476710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476710

Black with #476710

Text Example


Text Example

White with #476710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476710; }

 p { color: rgb(71,103,16); }

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

background-color css

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

 a { background-color: rgb(71,103,16); }

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

border-color css

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

 span { border-color: rgb(71,103,16); }

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