Html Css Color HEX #476D0C Verdun Green

📋 copy color: '#476D0C'

red 71 ◦ green 109 ◦ blue 12

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

Shades of Verdun Green #476D0C

Tints of Verdun Green #476D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 36.98%
G = 56.77%
B = 6.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#476D0C (or 0x476D0C) is known color: Verdun Green. HEX triplet: 47, 6D and 0C. RGB value is (71,109,12). Sum of RGB (Red+Green+Blue) = 71+109+12=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #476D0C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476D0C is #B892F3. Grayscale: #565656. Windows color (decimal): -12096244 or 814407. OLE color: 814407.

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

Color convert

RGB 71 109 12 -
CMYK 0.35 0 0.89 0.57
HSL 83.51º 0.8% 0.24% -
HSV(B) 83.51º 0.89% 0.43% -
XYZ 8.13 12.3 2.29 -
YUV 86.58 85.91 116.89 -
System Red Green Blue C M Y K H S L
Decimal 71 109 12 0.35 0 0.89 0.57 83.51 0.8 0.24
Hex 47 6D C 23 0 59 39 54 50 18
Octal 107 155 14 43 0 131 71 124 120 30
Binary 1000111 1101101 1100 100011 0 1011001 111001 1010100 1010000 11000

Color Harmonies of #476D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476D0C

Black with #476D0C

Text Example


Text Example

White with #476D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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