Html Css Color HEX #474702 Verdun Green

📋 copy color: '#474702'

red 71 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #474702

Tints of Verdun Green #474702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 49.31%

 BLUE value IS 2 (1.17% from 255) = 1.39%

R = 49.31%
G = 49.31%
B = 1.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#474702 (or 0x474702) is known color: Verdun Green. HEX triplet: 47, 47 and 02. RGB value is (71,71,2). Sum of RGB (Red+Green+Blue) = 71+71+2=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474702 is #B8B8FD. Grayscale: #3F3F3F. Windows color (decimal): -12105982 or 149319. OLE color: 149319.

HSL color Cylindrical-coordinate representation of color #474702: hue angle of 60º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #474702 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 71 2 -
CMYK 0 0 0.97 0.72
HSL 60º 0.95% 0.14% -
HSV(B) 60º 0.97% 0.28% -
XYZ 4.86 5.85 0.93 -
YUV 63.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 71 71 2 0 0 0.97 0.72 60 0.95 0.14
Hex 47 47 2 0 0 61 48 3C 5F E
Octal 107 107 2 0 0 141 110 74 137 16
Binary 1000111 1000111 10 0 0 1100001 1001000 111100 1011111 1110

Color Harmonies of #474702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474702

Black with #474702

Text Example


Text Example

White with #474702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474702; }

 p { color: rgb(71,71,2); }

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

background-color css

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

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

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

border-color css

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

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

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