#488115

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

Shades of Bilbao #488115

Tints of Bilbao #488115

Color information

#488115 (or 0x488115) is unknown color: approx Bilbao. HEX triplet: 48, 81 and 15. RGB value is (72,129,21). Sum of RGB (Red+Green+Blue) = 72+129+21=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 129 (50.78% from 255 or 58.11% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 129 - color contains mainly: green. Hex color #488115 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488115 is #B77EEA. Grayscale: #646464. Windows color (decimal): -12025579 or 1409352. OLE color: 1409352.

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

Color convert

RGB7212921-
CMYK0.4400.840.49
HSL91.67º72%29.41%-
HSV(B)91.67º83.72%50.59%-
XYZ10.6617.133.45-
YUV99.6583.62108.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 129 (50.78% from 255) = 58.11%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=32.43%
G=58.11%
B=9.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal72129210.4400.840.4991.677229.41
Hex4881152C054315c481d
Octal110201255401246113411035
Binary10010001000000110101101100010101001100011011100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488115; }

 p { color: rgb(72,129,21); }

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

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

 a { background-color: rgb(72,129,21); }

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

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

 span { border-color: rgb(72,129,21); }

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