Html Css Color HEX #488310 Bilbao

📋 copy color: '#488310'

red 72 ◦ green 131 ◦ blue 16

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

Shades of Bilbao #488310

Tints of Bilbao #488310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.82%

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

R = 32.88%
G = 59.82%
B = 7.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#488310 (or 0x488310) is known color: Bilbao. HEX triplet: 48, 83 and 10. RGB value is (72,131,16). Sum of RGB (Red+Green+Blue) = 72+131+16=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 131 (51.56% from 255 or 59.82% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 131 - color contains mainly: green. Hex color #488310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488310 is #B77CEF. Grayscale: #646464. Windows color (decimal): -12025072 or 1082184. OLE color: 1082184.

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

Color convert

RGB 72 131 16 -
CMYK 0.45 0 0.88 0.49
HSL 90.78º 0.78% 0.29% -
HSV(B) 90.78º 0.88% 0.51% -
XYZ 10.88 17.65 3.32 -
YUV 100.25 80.45 107.85 -
System Red Green Blue C M Y K H S L
Decimal 72 131 16 0.45 0 0.88 0.49 90.78 0.78 0.29
Hex 48 83 10 2D 0 58 31 5B 4E 1D
Octal 110 203 20 55 0 130 61 133 116 35
Binary 1001000 10000011 10000 101101 0 1011000 110001 1011011 1001110 11101

Color Harmonies of #488310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488310

Black with #488310

Text Example


Text Example

White with #488310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488310; }

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

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

background-color css

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

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

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

border-color css

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

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

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