Html Css Color HEX #476313 Verdun Green

📋 copy color: '#476313'

red 71 ◦ green 99 ◦ blue 19

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

Shades of Verdun Green #476313

Tints of Verdun Green #476313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.38%

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

R = 37.57%
G = 52.38%
B = 10.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#476313 (or 0x476313) is known color: Verdun Green. HEX triplet: 47, 63 and 13. RGB value is (71,99,19). Sum of RGB (Red+Green+Blue) = 71+99+19=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 99 (39.06% from 255 or 52.38% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 99 - color contains mainly: green. Hex color #476313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476313 is #B89CEC. Grayscale: #515151. Windows color (decimal): -12098797 or 1270599. OLE color: 1270599.

HSL color Cylindrical-coordinate representation of color #476313: hue angle of 81º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #476313 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 19 -
CMYK 0.28 0 0.81 0.61
HSL 81º 0.68% 0.23% -
HSV(B) 81º 0.81% 0.39% -
XYZ 7.18 10.31 2.23 -
YUV 81.51 92.72 120.5 -
System Red Green Blue C M Y K H S L
Decimal 71 99 19 0.28 0 0.81 0.61 81 0.68 0.23
Hex 47 63 13 1C 0 51 3D 51 44 17
Octal 107 143 23 34 0 121 75 121 104 27
Binary 1000111 1100011 10011 11100 0 1010001 111101 1010001 1000100 10111

Color Harmonies of #476313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476313

Black with #476313

Text Example


Text Example

White with #476313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476313; }

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

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

background-color css

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

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

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

border-color css

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

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

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