Html Css Color HEX #488215 Bilbao

📋 copy color: '#488215'

red 72 ◦ green 130 ◦ blue 21

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

Shades of Bilbao #488215

Tints of Bilbao #488215

RGB

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

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

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

R = 32.29%
G = 58.3%
B = 9.42%

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

#488215 (or 0x488215) is known color: Bilbao. HEX triplet: 48, 82 and 15. RGB value is (72,130,21). Sum of RGB (Red+Green+Blue) = 72+130+21=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #488215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488215 is #B77DEA. Grayscale: #646464. Windows color (decimal): -12025323 or 1409608. OLE color: 1409608.

HSL color Cylindrical-coordinate representation of color #488215: hue angle of 91.93º 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 #488215 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 21 -
CMYK 0.45 0 0.84 0.49
HSL 91.93º 0.72% 0.3% -
HSV(B) 91.93º 0.84% 0.51% -
XYZ 10.79 17.4 3.5 -
YUV 100.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 72 130 21 0.45 0 0.84 0.49 91.93 0.72 0.3
Hex 48 82 15 2D 0 54 31 5C 48 1E
Octal 110 202 25 55 0 124 61 134 110 36
Binary 1001000 10000010 10101 101101 0 1010100 110001 1011100 1001000 11110

Color Harmonies of #488215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488215

Black with #488215

Text Example


Text Example

White with #488215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488215; }

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

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

background-color css

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

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

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

border-color css

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

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

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