Html Css Color HEX #478221 Bilbao

📋 copy color: '#478221'

red 71 ◦ green 130 ◦ blue 33

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

Shades of Bilbao #478221

Tints of Bilbao #478221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.56%

 BLUE value IS 33 (13.28% from 255) = 14.1%

R = 30.34%
G = 55.56%
B = 14.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#478221 (or 0x478221) is known color: Bilbao. HEX triplet: 47, 82 and 21. RGB value is (71,130,33). Sum of RGB (Red+Green+Blue) = 71+130+33=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #478221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478221 is #B87DDE. Grayscale: #656565. Windows color (decimal): -12090847 or 2196039. OLE color: 2196039.

HSL color Cylindrical-coordinate representation of color #478221: hue angle of 96.49º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #478221 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 130 33 -
CMYK 0.45 0 0.75 0.49
HSL 96.49º 0.6% 0.32% -
HSV(B) 96.49º 0.75% 0.51% -
XYZ 10.86 17.41 4.23 -
YUV 101.3 89.45 106.39 -
System Red Green Blue C M Y K H S L
Decimal 71 130 33 0.45 0 0.75 0.49 96.49 0.6 0.32
Hex 47 82 21 2D 0 4B 31 60 3C 20
Octal 107 202 41 55 0 113 61 140 74 40
Binary 1000111 10000010 100001 101101 0 1001011 110001 1100000 111100 100000

Color Harmonies of #478221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478221

Black with #478221

Text Example


Text Example

White with #478221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478221; }

 p { color: rgb(71,130,33); }

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

background-color css

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

 a { background-color: rgb(71,130,33); }

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

border-color css

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

 span { border-color: rgb(71,130,33); }

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