Html Css Color HEX #474302 Verdun Green

📋 copy color: '#474302'

red 71 ◦ green 67 ◦ blue 2

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

Shades of Verdun Green #474302

Tints of Verdun Green #474302

RGB

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

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

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

R = 50.71%
G = 47.86%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#474302 (or 0x474302) is known color: Verdun Green. HEX triplet: 47, 43 and 02. RGB value is (71,67,2). Sum of RGB (Red+Green+Blue) = 71+67+2=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 67 (26.56% from 255 or 47.86% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474302 is #B8BCFD. Grayscale: #3D3D3D. Windows color (decimal): -12107006 or 148295. OLE color: 148295.

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

Color convert

RGB 71 67 2 -
CMYK 0 0.06 0.97 0.72
HSL 56.52º 0.95% 0.14% -
HSV(B) 56.52º 0.97% 0.28% -
XYZ 4.62 5.36 0.85 -
YUV 60.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 71 67 2 0 0.06 0.97 0.72 56.52 0.95 0.14
Hex 47 43 2 0 6 61 48 39 5F E
Octal 107 103 2 0 6 141 110 71 137 16
Binary 1000111 1000011 10 0 110 1100001 1001000 111001 1011111 1110

Color Harmonies of #474302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474302

Black with #474302

Text Example


Text Example

White with #474302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474302; }

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

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

background-color css

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

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

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

border-color css

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

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

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