Html Css Color HEX #474502 Verdun Green

📋 copy color: '#474502'

red 71 ◦ green 69 ◦ blue 2

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

Shades of Verdun Green #474502

Tints of Verdun Green #474502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

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

R = 50%
G = 48.59%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#474502 (or 0x474502) is known color: Verdun Green. HEX triplet: 47, 45 and 02. RGB value is (71,69,2). Sum of RGB (Red+Green+Blue) = 71+69+2=142 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 71 - color contains mainly: red. Hex color #474502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474502 is #B8BAFD. Grayscale: #3E3E3E. Windows color (decimal): -12106494 or 148807. OLE color: 148807.

HSL color Cylindrical-coordinate representation of color #474502: hue angle of 58.26º 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 #474502 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 69 2 -
CMYK 0 0.03 0.97 0.72
HSL 58.26º 0.95% 0.14% -
HSV(B) 58.26º 0.97% 0.28% -
XYZ 4.74 5.6 0.89 -
YUV 61.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 71 69 2 0 0.03 0.97 0.72 58.26 0.95 0.14
Hex 47 45 2 0 3 61 48 3A 5F E
Octal 107 105 2 0 3 141 110 72 137 16
Binary 1000111 1000101 10 0 11 1100001 1001000 111010 1011111 1110

Color Harmonies of #474502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474502

Black with #474502

Text Example


Text Example

White with #474502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474502; }

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

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

background-color css

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

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

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

border-color css

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

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

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