Html Css Color HEX #488210 Bilbao

📋 copy color: '#488210'

red 72 ◦ green 130 ◦ blue 16

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

Shades of Bilbao #488210

Tints of Bilbao #488210

RGB

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

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

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

R = 33.03%
G = 59.63%
B = 7.34%

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

#488210 (or 0x488210) is known color: Bilbao. HEX triplet: 48, 82 and 10. RGB value is (72,130,16). Sum of RGB (Red+Green+Blue) = 72+130+16=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #488210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488210 is #B77DEF. Grayscale: #646464. Windows color (decimal): -12025328 or 1081928. OLE color: 1081928.

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

Color convert

RGB 72 130 16 -
CMYK 0.45 0 0.88 0.49
HSL 90.53º 0.78% 0.29% -
HSV(B) 90.53º 0.88% 0.51% -
XYZ 10.75 17.38 3.28 -
YUV 99.66 80.78 108.27 -
System Red Green Blue C M Y K H S L
Decimal 72 130 16 0.45 0 0.88 0.49 90.53 0.78 0.29
Hex 48 82 10 2D 0 58 31 5B 4E 1D
Octal 110 202 20 55 0 130 61 133 116 35
Binary 1001000 10000010 10000 101101 0 1011000 110001 1011011 1001110 11101

Color Harmonies of #488210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488210

Black with #488210

Text Example


Text Example

White with #488210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488210; }

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

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

background-color css

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

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

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

border-color css

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

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

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