Html Css Color HEX #474304 Verdun Green

📋 copy color: '#474304'

red 71 ◦ green 67 ◦ blue 4

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

Shades of Verdun Green #474304

Tints of Verdun Green #474304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 47.18%

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

R = 50%
G = 47.18%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#474304 (or 0x474304) is known color: Verdun Green. HEX triplet: 47, 43 and 04. RGB value is (71,67,4). Sum of RGB (Red+Green+Blue) = 71+67+4=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #474304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474304 is #B8BCFB. Grayscale: #3D3D3D. Windows color (decimal): -12107004 or 279367. OLE color: 279367.

HSL color Cylindrical-coordinate representation of color #474304: hue angle of 56.42º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #474304 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 67 4 -
CMYK 0 0.06 0.94 0.72
HSL 56.42º 0.89% 0.15% -
HSV(B) 56.42º 0.94% 0.28% -
XYZ 4.63 5.36 0.91 -
YUV 61.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 71 67 4 0 0.06 0.94 0.72 56.42 0.89 0.15
Hex 47 43 4 0 6 5E 48 38 59 F
Octal 107 103 4 0 6 136 110 70 131 17
Binary 1000111 1000011 100 0 110 1011110 1001000 111000 1011001 1111

Color Harmonies of #474304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474304

Black with #474304

Text Example


Text Example

White with #474304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474304; }

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

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

background-color css

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

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

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

border-color css

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

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

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