Html Css Color HEX #488411 Bilbao

📋 copy color: '#488411'

red 72 ◦ green 132 ◦ blue 17

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

Shades of Bilbao #488411

Tints of Bilbao #488411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.73%

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 32.58%
G = 59.73%
B = 7.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#488411 (or 0x488411) is known color: Bilbao. HEX triplet: 48, 84 and 11. RGB value is (72,132,17). Sum of RGB (Red+Green+Blue) = 72+132+17=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 132 (51.95% from 255 or 59.73% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 132 - color contains mainly: green. Hex color #488411 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488411 is #B77BEE. Grayscale: #656565. Windows color (decimal): -12024815 or 1147976. OLE color: 1147976.

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

Color convert

RGB 72 132 17 -
CMYK 0.45 0 0.87 0.48
HSL 91.3º 0.77% 0.29% -
HSV(B) 91.3º 0.87% 0.52% -
XYZ 11.02 17.92 3.41 -
YUV 100.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 72 132 17 0.45 0 0.87 0.48 91.3 0.77 0.29
Hex 48 84 11 2D 0 57 30 5B 4D 1D
Octal 110 204 21 55 0 127 60 133 115 35
Binary 1001000 10000100 10001 101101 0 1010111 110000 1011011 1001101 11101

Color Harmonies of #488411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488411

Black with #488411

Text Example


Text Example

White with #488411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488411; }

 p { color: rgb(72,132,17); }

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

background-color css

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

 a { background-color: rgb(72,132,17); }

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

border-color css

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

 span { border-color: rgb(72,132,17); }

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