Html Css Color HEX #476D0D Verdun Green

📋 copy color: '#476D0D'

red 71 ◦ green 109 ◦ blue 13

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

Shades of Verdun Green #476D0D

Tints of Verdun Green #476D0D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 56.48%

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 36.79%
G = 56.48%
B = 6.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#476D0D (or 0x476D0D) is known color: Verdun Green. HEX triplet: 47, 6D and 0D. RGB value is (71,109,13). Sum of RGB (Red+Green+Blue) = 71+109+13=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 109 (42.97% from 255 or 56.48% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 109 - color contains mainly: green. Hex color #476D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D0D is #B892F2. Grayscale: #575757. Windows color (decimal): -12096243 or 879943. OLE color: 879943.

HSL color Cylindrical-coordinate representation of color #476D0D: hue angle of 83.75º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #476D0D is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 109 13 -
CMYK 0.35 0 0.88 0.57
HSL 83.75º 0.79% 0.24% -
HSV(B) 83.75º 0.88% 0.43% -
XYZ 8.14 12.31 2.33 -
YUV 86.69 86.41 116.81 -
System Red Green Blue C M Y K H S L
Decimal 71 109 13 0.35 0 0.88 0.57 83.75 0.79 0.24
Hex 47 6D D 23 0 58 39 54 4F 18
Octal 107 155 15 43 0 130 71 124 117 30
Binary 1000111 1101101 1101 100011 0 1011000 111001 1010100 1001111 11000

Color Harmonies of #476D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D0D

Black with #476D0D

Text Example


Text Example

White with #476D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476D0D; }

 p { color: rgb(71,109,13); }

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

background-color css

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

 a { background-color: rgb(71,109,13); }

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

border-color css

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

 span { border-color: rgb(71,109,13); }

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