Html Css Color HEX #474B03 Verdun Green

📋 copy color: '#474B03'

red 71 ◦ green 75 ◦ blue 3

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

Shades of Verdun Green #474B03

Tints of Verdun Green #474B03

RGB

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

 GREEN value IS 75 (29.69% from 255) = 50.34%

 BLUE value IS 3 (1.56% from 255) = 2.01%

R = 47.65%
G = 50.34%
B = 2.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.71

RGB Variations

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

Color information

#474B03 (or 0x474B03) is known color: Verdun Green. HEX triplet: 47, 4B and 03. RGB value is (71,75,3). Sum of RGB (Red+Green+Blue) = 71+75+3=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #474B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B03 is #B8B4FC. Grayscale: #414141. Windows color (decimal): -12104957 or 215879. OLE color: 215879.

HSL color Cylindrical-coordinate representation of color #474B03: hue angle of 63.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #474B03 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 75 3 -
CMYK 0.05 0 0.96 0.71
HSL 63.33º 0.92% 0.15% -
HSV(B) 63.33º 0.96% 0.29% -
XYZ 5.13 6.38 1.05 -
YUV 65.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 71 75 3 0.05 0 0.96 0.71 63.33 0.92 0.15
Hex 47 4B 3 5 0 60 47 3F 5C F
Octal 107 113 3 5 0 140 107 77 134 17
Binary 1000111 1001011 11 101 0 1100000 1000111 111111 1011100 1111

Color Harmonies of #474B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B03

Black with #474B03

Text Example


Text Example

White with #474B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474B03; }

 p { color: rgb(71,75,3); }

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

background-color css

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

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

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

border-color css

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

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

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