Html Css Color HEX #474402 Verdun Green

📋 copy color: '#474402'

red 71 ◦ green 68 ◦ blue 2

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

Shades of Verdun Green #474402

Tints of Verdun Green #474402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 50.35%
G = 48.23%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#474402 (or 0x474402) is known color: Verdun Green. HEX triplet: 47, 44 and 02. RGB value is (71,68,2). Sum of RGB (Red+Green+Blue) = 71+68+2=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #474402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474402 is #B8BBFD. Grayscale: #3D3D3D. Windows color (decimal): -12106750 or 148551. OLE color: 148551.

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

Color convert

RGB 71 68 2 -
CMYK 0 0.04 0.97 0.72
HSL 57.39º 0.95% 0.14% -
HSV(B) 57.39º 0.97% 0.28% -
XYZ 4.68 5.48 0.87 -
YUV 61.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 71 68 2 0 0.04 0.97 0.72 57.39 0.95 0.14
Hex 47 44 2 0 4 61 48 39 5F E
Octal 107 104 2 0 4 141 110 71 137 16
Binary 1000111 1000100 10 0 100 1100001 1001000 111001 1011111 1110

Color Harmonies of #474402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474402

Black with #474402

Text Example


Text Example

White with #474402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474402; }

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

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

background-color css

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

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

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

border-color css

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

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

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