Html Css Color HEX #488015 Bilbao

📋 copy color: '#488015'

red 72 ◦ green 128 ◦ blue 21

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

Shades of Bilbao #488015

Tints of Bilbao #488015

RGB

 RED value IS 72 (28.52% from 255) = 32.58%

 GREEN value IS 128 (50.39% from 255) = 57.92%

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

R = 32.58%
G = 57.92%
B = 9.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#488015 (or 0x488015) is known color: Bilbao. HEX triplet: 48, 80 and 15. RGB value is (72,128,21). Sum of RGB (Red+Green+Blue) = 72+128+21=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 128 (50.39% from 255 or 57.92% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 128 - color contains mainly: green. Hex color #488015 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488015 is #B77FEA. Grayscale: #636363. Windows color (decimal): -12025835 or 1409096. OLE color: 1409096.

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

Color convert

RGB 72 128 21 -
CMYK 0.44 0 0.84 0.50
HSL 91.4º 0.72% 0.29% -
HSV(B) 91.4º 0.84% 0.5% -
XYZ 10.53 16.87 3.41 -
YUV 99.06 83.95 108.7 -
System Red Green Blue C M Y K H S L
Decimal 72 128 21 0.44 0 0.84 0.50 91.4 0.72 0.29
Hex 48 80 15 2C 0 54 32 5B 48 1D
Octal 110 200 25 54 0 124 62 133 110 35
Binary 1001000 10000000 10101 101100 0 1010100 110010 1011011 1001000 11101

Color Harmonies of #488015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488015

Black with #488015

Text Example


Text Example

White with #488015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488015; }

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

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

background-color css

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

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

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

border-color css

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

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

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