Html Css Color HEX #474B05 Verdun Green

📋 copy color: '#474B05'

red 71 ◦ green 75 ◦ blue 5

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

Shades of Verdun Green #474B05

Tints of Verdun Green #474B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.31%

R = 47.02%
G = 49.67%
B = 3.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#474B05 (or 0x474B05) is known color: Verdun Green. HEX triplet: 47, 4B and 05. RGB value is (71,75,5). Sum of RGB (Red+Green+Blue) = 71+75+5=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #474B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474B05 is #B8B4FA. Grayscale: #424242. Windows color (decimal): -12104955 or 346951. OLE color: 346951.

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

Color convert

RGB 71 75 5 -
CMYK 0.05 0 0.93 0.71
HSL 63.43º 0.88% 0.16% -
HSV(B) 63.43º 0.93% 0.29% -
XYZ 5.14 6.38 1.1 -
YUV 65.82 93.67 131.69 -
System Red Green Blue C M Y K H S L
Decimal 71 75 5 0.05 0 0.93 0.71 63.43 0.88 0.16
Hex 47 4B 5 5 0 5D 47 3F 58 10
Octal 107 113 5 5 0 135 107 77 130 20
Binary 1000111 1001011 101 101 0 1011101 1000111 111111 1011000 10000

Color Harmonies of #474B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B05

Black with #474B05

Text Example


Text Example

White with #474B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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