Html Css Color HEX #488510 Bilbao

📋 copy color: '#488510'

red 72 ◦ green 133 ◦ blue 16

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

Shades of Bilbao #488510

Tints of Bilbao #488510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 60.18%

 BLUE value IS 16 (6.64% from 255) = 7.24%

R = 32.58%
G = 60.18%
B = 7.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#488510 (or 0x488510) is known color: Bilbao. HEX triplet: 48, 85 and 10. RGB value is (72,133,16). Sum of RGB (Red+Green+Blue) = 72+133+16=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #488510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488510 is #B77AEF. Grayscale: #656565. Windows color (decimal): -12024560 or 1082696. OLE color: 1082696.

HSL color Cylindrical-coordinate representation of color #488510: hue angle of 91.28º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #488510 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 16 -
CMYK 0.46 0 0.88 0.48
HSL 91.28º 0.79% 0.29% -
HSV(B) 91.28º 0.88% 0.52% -
XYZ 11.15 18.19 3.41 -
YUV 101.42 79.79 107.01 -
System Red Green Blue C M Y K H S L
Decimal 72 133 16 0.46 0 0.88 0.48 91.28 0.79 0.29
Hex 48 85 10 2E 0 58 30 5B 4F 1D
Octal 110 205 20 56 0 130 60 133 117 35
Binary 1001000 10000101 10000 101110 0 1011000 110000 1011011 1001111 11101

Color Harmonies of #488510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488510

Black with #488510

Text Example


Text Example

White with #488510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488510; }

 p { color: rgb(72,133,16); }

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

background-color css

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

 a { background-color: rgb(72,133,16); }

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

border-color css

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

 span { border-color: rgb(72,133,16); }

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