#47802A

Color #47802A Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #47802A

Tints of Bilbao #47802A

Color information

#47802A (or 0x47802A) is unknown color: approx Bilbao. HEX triplet: 47, 80 and 2A. RGB value is (71,128,42). Sum of RGB (Red+Green+Blue) = 71+128+42=241 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.46% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #47802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47802A is #B87FD5. Grayscale: #656565. Windows color (decimal): -12091350 or 2785351. OLE color: 2785351.

HSL color Cylindrical-coordinate representation of color #47802A: hue angle of 99.77º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47802A is Cyan = 0.45, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB7112842-
CMYK0.4500.670.50
HSL99.77º50.59%33.33%-
HSV(B)99.77º67.19%50.2%-
XYZ10.7416.954.9-
YUV101.1594.62106.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 29.46%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=29.46%
G=53.11%
B=17.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71128420.4500.670.5099.7750.5933.33
Hex47802A2D04332643321
Octal10720052550103621446341
Binary100011110000000101010101101010000111100101100100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47802A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47802A; }

 p { color: rgb(71,128,42); }

 H1.HeaderClassName
 {
   color: #47802A;
 }
 .AnyTagClassName
 {
   color: #47802A;
 }
</style>
background-color css

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

 a { background-color: rgb(71,128,42); }

 div.DivClassName
 {
   background-color: #47802A;
 }
 .BgClassName
 {
   background-color: #47802A;
 }
</style>
border-color css

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

 span { border-color: rgb(71,128,42); }

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