Html Css Color HEX #488418 Bilbao

📋 copy color: '#488418'

red 72 ◦ green 132 ◦ blue 24

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

Shades of Bilbao #488418

Tints of Bilbao #488418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.53%

R = 31.58%
G = 57.89%
B = 10.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#488418 (or 0x488418) is known color: Bilbao. HEX triplet: 48, 84 and 18. RGB value is (72,132,24). Sum of RGB (Red+Green+Blue) = 72+132+24=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 132 (51.95% from 255 or 57.89% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 132 - color contains mainly: green. Hex color #488418 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488418 is #B77BE7. Grayscale: #666666. Windows color (decimal): -12024808 or 1606728. OLE color: 1606728.

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

Color convert

RGB 72 132 24 -
CMYK 0.45 0 0.82 0.48
HSL 93.33º 0.69% 0.31% -
HSV(B) 93.33º 0.82% 0.52% -
XYZ 11.09 17.95 3.74 -
YUV 101.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 72 132 24 0.45 0 0.82 0.48 93.33 0.69 0.31
Hex 48 84 18 2D 0 52 30 5D 45 1F
Octal 110 204 30 55 0 122 60 135 105 37
Binary 1001000 10000100 11000 101101 0 1010010 110000 1011101 1000101 11111

Color Harmonies of #488418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488418

Black with #488418

Text Example


Text Example

White with #488418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488418; }

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

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

background-color css

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

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

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

border-color css

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

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

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