Html Css Color HEX #488110 Bilbao

📋 copy color: '#488110'

red 72 ◦ green 129 ◦ blue 16

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

Shades of Bilbao #488110

Tints of Bilbao #488110

RGB

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

 GREEN value IS 129 (50.78% from 255) = 59.45%

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

R = 33.18%
G = 59.45%
B = 7.37%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#488110 (or 0x488110) is known color: Bilbao. HEX triplet: 48, 81 and 10. RGB value is (72,129,16). Sum of RGB (Red+Green+Blue) = 72+129+16=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #488110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488110 is #B77EEF. Grayscale: #636363. Windows color (decimal): -12025584 or 1081672. OLE color: 1081672.

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

Color convert

RGB 72 129 16 -
CMYK 0.44 0 0.88 0.49
HSL 90.27º 0.78% 0.28% -
HSV(B) 90.27º 0.88% 0.51% -
XYZ 10.62 17.12 3.23 -
YUV 99.08 81.12 108.69 -
System Red Green Blue C M Y K H S L
Decimal 72 129 16 0.44 0 0.88 0.49 90.27 0.78 0.28
Hex 48 81 10 2C 0 58 31 5A 4E 1C
Octal 110 201 20 54 0 130 61 132 116 34
Binary 1001000 10000001 10000 101100 0 1011000 110001 1011010 1001110 11100

Color Harmonies of #488110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488110

Black with #488110

Text Example


Text Example

White with #488110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488110; }

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

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

background-color css

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

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

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

border-color css

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

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

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