Html Css Color HEX #475310 Verdun Green

📋 copy color: '#475310'

red 71 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #475310

Tints of Verdun Green #475310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 48.82%

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

R = 41.76%
G = 48.82%
B = 9.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#475310 (or 0x475310) is known color: Verdun Green. HEX triplet: 47, 53 and 10. RGB value is (71,83,16). Sum of RGB (Red+Green+Blue) = 71+83+16=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #475310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475310 is #B8ACEF. Grayscale: #484848. Windows color (decimal): -12102896 or 1069895. OLE color: 1069895.

HSL color Cylindrical-coordinate representation of color #475310: hue angle of 70.75º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #475310 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 83 16 -
CMYK 0.14 0 0.81 0.67
HSL 70.75º 0.68% 0.19% -
HSV(B) 70.75º 0.81% 0.33% -
XYZ 5.79 7.56 1.65 -
YUV 71.77 96.52 127.45 -
System Red Green Blue C M Y K H S L
Decimal 71 83 16 0.14 0 0.81 0.67 70.75 0.68 0.19
Hex 47 53 10 E 0 51 43 47 44 13
Octal 107 123 20 16 0 121 103 107 104 23
Binary 1000111 1010011 10000 1110 0 1010001 1000011 1000111 1000100 10011

Color Harmonies of #475310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475310

Black with #475310

Text Example


Text Example

White with #475310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475310; }

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

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

background-color css

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

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

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

border-color css

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

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

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