Html Css Color HEX #488308 Bilbao

📋 copy color: '#488308'

red 72 ◦ green 131 ◦ blue 8

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

Shades of Bilbao #488308

Tints of Bilbao #488308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.79%

R = 34.12%
G = 62.09%
B = 3.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#488308 (or 0x488308) is known color: Bilbao. HEX triplet: 48, 83 and 08. RGB value is (72,131,8). Sum of RGB (Red+Green+Blue) = 72+131+8=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 131 (51.56% from 255 or 62.09% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 131 - color contains mainly: green. Hex color #488308 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488308 is #B77CF7. Grayscale: #636363. Windows color (decimal): -12025080 or 557896. OLE color: 557896.

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

Color convert

RGB 72 131 8 -
CMYK 0.45 0 0.94 0.49
HSL 88.78º 0.88% 0.27% -
HSV(B) 88.78º 0.94% 0.51% -
XYZ 10.83 17.63 3.06 -
YUV 99.34 76.45 108.5 -
System Red Green Blue C M Y K H S L
Decimal 72 131 8 0.45 0 0.94 0.49 88.78 0.88 0.27
Hex 48 83 8 2D 0 5E 31 59 58 1B
Octal 110 203 10 55 0 136 61 131 130 33
Binary 1001000 10000011 1000 101101 0 1011110 110001 1011001 1011000 11011

Color Harmonies of #488308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488308

Black with #488308

Text Example


Text Example

White with #488308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488308; }

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

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

background-color css

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

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

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

border-color css

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

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

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