Html Css Color HEX #488410 Bilbao

📋 copy color: '#488410'

red 72 ◦ green 132 ◦ blue 16

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

Shades of Bilbao #488410

Tints of Bilbao #488410

RGB

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

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

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

R = 32.73%
G = 60%
B = 7.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#488410 (or 0x488410) is known color: Bilbao. HEX triplet: 48, 84 and 10. RGB value is (72,132,16). Sum of RGB (Red+Green+Blue) = 72+132+16=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 132 (51.95% from 255 or 60% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 132 - color contains mainly: green. Hex color #488410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488410 is #B77BEF. Grayscale: #656565. Windows color (decimal): -12024816 or 1082440. OLE color: 1082440.

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

Color convert

RGB 72 132 16 -
CMYK 0.45 0 0.88 0.48
HSL 91.03º 0.78% 0.29% -
HSV(B) 91.03º 0.88% 0.52% -
XYZ 11.02 17.92 3.37 -
YUV 100.84 80.12 107.43 -
System Red Green Blue C M Y K H S L
Decimal 72 132 16 0.45 0 0.88 0.48 91.03 0.78 0.29
Hex 48 84 10 2D 0 58 30 5B 4E 1D
Octal 110 204 20 55 0 130 60 133 116 35
Binary 1001000 10000100 10000 101101 0 1011000 110000 1011011 1001110 11101

Color Harmonies of #488410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488410

Black with #488410

Text Example


Text Example

White with #488410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488410; }

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

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

background-color css

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

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

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

border-color css

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

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

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