Html Css Color HEX #475404 Verdun Green

📋 copy color: '#475404'

red 71 ◦ green 84 ◦ blue 4

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

Shades of Verdun Green #475404

Tints of Verdun Green #475404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.83%

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

R = 44.65%
G = 52.83%
B = 2.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#475404 (or 0x475404) is known color: Verdun Green. HEX triplet: 47, 54 and 04. RGB value is (71,84,4). Sum of RGB (Red+Green+Blue) = 71+84+4=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 4 (1.95% from 255 or 2.52% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #475404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475404 is #B8ABFB. Grayscale: #474747. Windows color (decimal): -12102652 or 283719. OLE color: 283719.

HSL color Cylindrical-coordinate representation of color #475404: hue angle of 69.75º 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 #475404 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 71 84 4 -
CMYK 0.15 0 0.95 0.67
HSL 69.75º 0.91% 0.17% -
HSV(B) 69.75º 0.95% 0.33% -
XYZ 5.79 7.69 1.29 -
YUV 70.99 90.19 128 -
System Red Green Blue C M Y K H S L
Decimal 71 84 4 0.15 0 0.95 0.67 69.75 0.91 0.17
Hex 47 54 4 F 0 5F 43 46 5B 11
Octal 107 124 4 17 0 137 103 106 133 21
Binary 1000111 1010100 100 1111 0 1011111 1000011 1000110 1011011 10001

Color Harmonies of #475404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475404

Black with #475404

Text Example


Text Example

White with #475404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475404; }

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

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

background-color css

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

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

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

border-color css

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

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

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