Html Css Color HEX #478215 Bilbao

📋 copy color: '#478215'

red 71 ◦ green 130 ◦ blue 21

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

Shades of Bilbao #478215

Tints of Bilbao #478215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 31.98%
G = 58.56%
B = 9.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#478215 (or 0x478215) is known color: Bilbao. HEX triplet: 47, 82 and 15. RGB value is (71,130,21). Sum of RGB (Red+Green+Blue) = 71+130+21=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #478215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #478215 is #B87DEA. Grayscale: #646464. Windows color (decimal): -12090859 or 1409607. OLE color: 1409607.

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

Color convert

RGB 71 130 21 -
CMYK 0.45 0 0.84 0.49
HSL 92.48º 0.72% 0.3% -
HSV(B) 92.48º 0.84% 0.51% -
XYZ 10.72 17.36 3.5 -
YUV 99.93 83.45 107.36 -
System Red Green Blue C M Y K H S L
Decimal 71 130 21 0.45 0 0.84 0.49 92.48 0.72 0.3
Hex 47 82 15 2D 0 54 31 5C 48 1E
Octal 107 202 25 55 0 124 61 134 110 36
Binary 1000111 10000010 10101 101101 0 1010100 110001 1011100 1001000 11110

Color Harmonies of #478215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478215

Black with #478215

Text Example


Text Example

White with #478215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478215; }

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

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

background-color css

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

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

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

border-color css

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

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

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