Html Css Color HEX #474301 Verdun Green

📋 copy color: '#474301'

red 71 ◦ green 67 ◦ blue 1

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

Shades of Verdun Green #474301

Tints of Verdun Green #474301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 51.08%
G = 48.2%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#474301 (or 0x474301) is known color: Verdun Green. HEX triplet: 47, 43 and 01. RGB value is (71,67,1). Sum of RGB (Red+Green+Blue) = 71+67+1=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #474301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474301 is #B8BCFE. Grayscale: #3C3C3C. Windows color (decimal): -12107007 or 82759. OLE color: 82759.

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

Color convert

RGB 71 67 1 -
CMYK 0 0.06 0.99 0.72
HSL 56.57º 0.97% 0.14% -
HSV(B) 56.57º 0.99% 0.28% -
XYZ 4.61 5.36 0.82 -
YUV 60.67 94.33 135.37 -
System Red Green Blue C M Y K H S L
Decimal 71 67 1 0 0.06 0.99 0.72 56.57 0.97 0.14
Hex 47 43 1 0 6 63 48 39 61 E
Octal 107 103 1 0 6 143 110 71 141 16
Binary 1000111 1000011 1 0 110 1100011 1001000 111001 1100001 1110

Color Harmonies of #474301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474301

Black with #474301

Text Example


Text Example

White with #474301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474301; }

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

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

background-color css

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

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

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

border-color css

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

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

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