Html Css Color HEX #474B00 Verdun Green

📋 copy color: '#474B00'

red 71 ◦ green 75 ◦ blue 0

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

Shades of Verdun Green #474B00

Tints of Verdun Green #474B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.63%
G = 51.37%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.71

RGB Variations

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

Color information

#474B00 (or 0x474B00) is known color: Verdun Green. HEX triplet: 47, 4B and 00. RGB value is (71,75,0). Sum of RGB (Red+Green+Blue) = 71+75+0=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #474B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B00 is #B8B4FF. Grayscale: #414141. Windows color (decimal): -12104960 or 19271. OLE color: 19271.

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

Color convert

RGB 71 75 0 -
CMYK 0.05 0 1 0.71
HSL 63.2º 1% 0.15% -
HSV(B) 63.2º 1% 0.29% -
XYZ 5.11 6.37 0.96 -
YUV 65.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 71 75 0 0.05 0 1 0.71 63.2 1 0.15
Hex 47 4B 0 5 0 64 47 3F 64 F
Octal 107 113 0 5 0 144 107 77 144 17
Binary 1000111 1001011 0 101 0 1100100 1000111 111111 1100100 1111

Color Harmonies of #474B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B00

Black with #474B00

Text Example


Text Example

White with #474B00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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