Html Css Color HEX #488309 Bilbao

📋 copy color: '#488309'

red 72 ◦ green 131 ◦ blue 9

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

Shades of Bilbao #488309

Tints of Bilbao #488309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.25%

R = 33.96%
G = 61.79%
B = 4.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#488309 (or 0x488309) is known color: Bilbao. HEX triplet: 48, 83 and 09. RGB value is (72,131,9). Sum of RGB (Red+Green+Blue) = 72+131+9=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 9 (3.91% from 255 or 4.25% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #488309 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488309 is #B77CF6. Grayscale: #636363. Windows color (decimal): -12025079 or 623432. OLE color: 623432.

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

Color convert

RGB 72 131 9 -
CMYK 0.45 0 0.93 0.49
HSL 89.02º 0.87% 0.27% -
HSV(B) 89.02º 0.93% 0.51% -
XYZ 10.84 17.63 3.09 -
YUV 99.45 76.95 108.42 -
System Red Green Blue C M Y K H S L
Decimal 72 131 9 0.45 0 0.93 0.49 89.02 0.87 0.27
Hex 48 83 9 2D 0 5D 31 59 57 1B
Octal 110 203 11 55 0 135 61 131 127 33
Binary 1001000 10000011 1001 101101 0 1011101 110001 1011001 1010111 11011

Color Harmonies of #488309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488309

Black with #488309

Text Example


Text Example

White with #488309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488309; }

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

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

background-color css

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

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

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

border-color css

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

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

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