Html Css Color HEX #488312 Bilbao

📋 copy color: '#488312'

red 72 ◦ green 131 ◦ blue 18

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

Shades of Bilbao #488312

Tints of Bilbao #488312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.14%

R = 32.58%
G = 59.28%
B = 8.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#488312 (or 0x488312) is known color: Bilbao. HEX triplet: 48, 83 and 12. RGB value is (72,131,18). Sum of RGB (Red+Green+Blue) = 72+131+18=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 131 (51.56% from 255 or 59.28% from 221); Blue value is 18 (7.42% from 255 or 8.14% from 221); Max value from RGB is 131 - color contains mainly: green. Hex color #488312 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488312 is #B77CED. Grayscale: #646464. Windows color (decimal): -12025070 or 1213256. OLE color: 1213256.

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

Color convert

RGB 72 131 18 -
CMYK 0.45 0 0.86 0.49
HSL 91.33º 0.76% 0.29% -
HSV(B) 91.33º 0.86% 0.51% -
XYZ 10.9 17.65 3.41 -
YUV 100.48 81.45 107.69 -
System Red Green Blue C M Y K H S L
Decimal 72 131 18 0.45 0 0.86 0.49 91.33 0.76 0.29
Hex 48 83 12 2D 0 56 31 5B 4C 1D
Octal 110 203 22 55 0 126 61 133 114 35
Binary 1001000 10000011 10010 101101 0 1010110 110001 1011011 1001100 11101

Color Harmonies of #488312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488312

Black with #488312

Text Example


Text Example

White with #488312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488312; }

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

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

background-color css

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

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

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

border-color css

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

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

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