Html Css Color HEX #474E10 Verdun Green

📋 copy color: '#474E10'

red 71 ◦ green 78 ◦ blue 16

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

Shades of Verdun Green #474E10

Tints of Verdun Green #474E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 47.27%

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

R = 43.03%
G = 47.27%
B = 9.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#474E10 (or 0x474E10) is known color: Verdun Green. HEX triplet: 47, 4E and 10. RGB value is (71,78,16). Sum of RGB (Red+Green+Blue) = 71+78+16=165 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.03% from 165); Green value is 78 (30.86% from 255 or 47.27% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 78 - color contains mainly: green. Hex color #474E10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #474E10 is #B8B1EF. Grayscale: #454545. Windows color (decimal): -12104176 or 1068615. OLE color: 1068615.

HSL color Cylindrical-coordinate representation of color #474E10: hue angle of 66.77º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #474E10 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 78 16 -
CMYK 0.09 0 0.79 0.69
HSL 66.77º 0.66% 0.18% -
HSV(B) 66.77º 0.79% 0.31% -
XYZ 5.42 6.83 1.52 -
YUV 68.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 71 78 16 0.09 0 0.79 0.69 66.77 0.66 0.18
Hex 47 4E 10 9 0 4F 45 43 42 12
Octal 107 116 20 11 0 117 105 103 102 22
Binary 1000111 1001110 10000 1001 0 1001111 1000101 1000011 1000010 10010

Color Harmonies of #474E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474E10

Black with #474E10

Text Example


Text Example

White with #474E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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