Html Css Color HEX #475D10 Verdun Green

📋 copy color: '#475D10'

red 71 ◦ green 93 ◦ blue 16

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

Shades of Verdun Green #475D10

Tints of Verdun Green #475D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.67%

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

R = 39.44%
G = 51.67%
B = 8.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#475D10 (or 0x475D10) is known color: Verdun Green. HEX triplet: 47, 5D and 10. RGB value is (71,93,16). Sum of RGB (Red+Green+Blue) = 71+93+16=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 16 (6.64% from 255 or 8.89% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #475D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475D10 is #B8A2EF. Grayscale: #4D4D4D. Windows color (decimal): -12100336 or 1072455. OLE color: 1072455.

HSL color Cylindrical-coordinate representation of color #475D10: hue angle of 77.14º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #475D10 is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 93 16 -
CMYK 0.24 0 0.83 0.64
HSL 77.14º 0.71% 0.21% -
HSV(B) 77.14º 0.83% 0.36% -
XYZ 6.61 9.21 1.92 -
YUV 77.64 93.21 123.26 -
System Red Green Blue C M Y K H S L
Decimal 71 93 16 0.24 0 0.83 0.64 77.14 0.71 0.21
Hex 47 5D 10 18 0 53 40 4D 47 15
Octal 107 135 20 30 0 123 100 115 107 25
Binary 1000111 1011101 10000 11000 0 1010011 1000000 1001101 1000111 10101

Color Harmonies of #475D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475D10

Black with #475D10

Text Example


Text Example

White with #475D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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