Html Css Color HEX #488409 Bilbao

📋 copy color: '#488409'

red 72 ◦ green 132 ◦ blue 9

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

Shades of Bilbao #488409

Tints of Bilbao #488409

RGB

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

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

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

R = 33.8%
G = 61.97%
B = 4.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#488409 (or 0x488409) is known color: Bilbao. HEX triplet: 48, 84 and 09. RGB value is (72,132,9). Sum of RGB (Red+Green+Blue) = 72+132+9=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 9 (3.91% from 255 or 4.23% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #488409 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488409 is #B77BF6. Grayscale: #646464. Windows color (decimal): -12024823 or 623688. OLE color: 623688.

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

Color convert

RGB 72 132 9 -
CMYK 0.45 0 0.93 0.48
HSL 89.27º 0.87% 0.28% -
HSV(B) 89.27º 0.93% 0.52% -
XYZ 10.97 17.9 3.14 -
YUV 100.04 76.62 108 -
System Red Green Blue C M Y K H S L
Decimal 72 132 9 0.45 0 0.93 0.48 89.27 0.87 0.28
Hex 48 84 9 2D 0 5D 30 59 57 1C
Octal 110 204 11 55 0 135 60 131 127 34
Binary 1001000 10000100 1001 101101 0 1011101 110000 1011001 1010111 11100

Color Harmonies of #488409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488409

Black with #488409

Text Example


Text Example

White with #488409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488409; }

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

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

background-color css

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

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

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

border-color css

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

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

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