Html Css Color HEX #476713 Verdun Green

📋 copy color: '#476713'

red 71 ◦ green 103 ◦ blue 19

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

Shades of Verdun Green #476713

Tints of Verdun Green #476713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 36.79%
G = 53.37%
B = 9.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#476713 (or 0x476713) is known color: Verdun Green. HEX triplet: 47, 67 and 13. RGB value is (71,103,19). Sum of RGB (Red+Green+Blue) = 71+103+19=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #476713 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476713 is #B898EC. Grayscale: #545454. Windows color (decimal): -12097773 or 1271623. OLE color: 1271623.

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

Color convert

RGB 71 103 19 -
CMYK 0.31 0 0.82 0.60
HSL 82.86º 0.69% 0.24% -
HSV(B) 82.86º 0.82% 0.4% -
XYZ 7.57 11.09 2.36 -
YUV 83.86 91.4 118.83 -
System Red Green Blue C M Y K H S L
Decimal 71 103 19 0.31 0 0.82 0.60 82.86 0.69 0.24
Hex 47 67 13 1F 0 52 3C 53 45 18
Octal 107 147 23 37 0 122 74 123 105 30
Binary 1000111 1100111 10011 11111 0 1010010 111100 1010011 1000101 11000

Color Harmonies of #476713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476713

Black with #476713

Text Example


Text Example

White with #476713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476713; }

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

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

background-color css

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

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

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

border-color css

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

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

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