Html Css Color HEX #475504 Verdun Green

📋 copy color: '#475504'

red 71 ◦ green 85 ◦ blue 4

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

Shades of Verdun Green #475504

Tints of Verdun Green #475504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

 BLUE value IS 4 (1.95% from 255) = 2.5%

R = 44.38%
G = 53.13%
B = 2.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#475504 (or 0x475504) is known color: Verdun Green. HEX triplet: 47, 55 and 04. RGB value is (71,85,4). Sum of RGB (Red+Green+Blue) = 71+85+4=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #475504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475504 is #B8AAFB. Grayscale: #474747. Windows color (decimal): -12102396 or 283975. OLE color: 283975.

HSL color Cylindrical-coordinate representation of color #475504: hue angle of 70.37º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #475504 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 85 4 -
CMYK 0.16 0 0.95 0.67
HSL 70.37º 0.91% 0.17% -
HSV(B) 70.37º 0.95% 0.33% -
XYZ 5.87 7.85 1.32 -
YUV 71.58 89.86 127.59 -
System Red Green Blue C M Y K H S L
Decimal 71 85 4 0.16 0 0.95 0.67 70.37 0.91 0.17
Hex 47 55 4 10 0 5F 43 46 5B 11
Octal 107 125 4 20 0 137 103 106 133 21
Binary 1000111 1010101 100 10000 0 1011111 1000011 1000110 1011011 10001

Color Harmonies of #475504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475504

Black with #475504

Text Example


Text Example

White with #475504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475504; }

 p { color: rgb(71,85,4); }

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

background-color css

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

 a { background-color: rgb(71,85,4); }

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

border-color css

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

 span { border-color: rgb(71,85,4); }

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