Html Css Color HEX #48870B Bilbao

📋 copy color: '#48870B'

red 72 ◦ green 135 ◦ blue 11

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

Shades of Bilbao #48870B

Tints of Bilbao #48870B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 61.93%

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 33.03%
G = 61.93%
B = 5.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.47

RGB Variations

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

Color information

#48870B (or 0x48870B) is known color: Bilbao. HEX triplet: 48, 87 and 0B. RGB value is (72,135,11). Sum of RGB (Red+Green+Blue) = 72+135+11=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #48870B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48870B is #B778F4. Grayscale: #666666. Windows color (decimal): -12024053 or 755528. OLE color: 755528.

HSL color Cylindrical-coordinate representation of color #48870B: hue angle of 90.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48870B is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 11 -
CMYK 0.47 0 0.92 0.47
HSL 90.48º 0.85% 0.29% -
HSV(B) 90.48º 0.92% 0.53% -
XYZ 11.4 18.73 3.33 -
YUV 102.03 76.63 106.58 -
System Red Green Blue C M Y K H S L
Decimal 72 135 11 0.47 0 0.92 0.47 90.48 0.85 0.29
Hex 48 87 B 2F 0 5C 2F 5A 55 1D
Octal 110 207 13 57 0 134 57 132 125 35
Binary 1001000 10000111 1011 101111 0 1011100 101111 1011010 1010101 11101

Color Harmonies of #48870B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48870B

Black with #48870B

Text Example


Text Example

White with #48870B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48870B; }

 p { color: rgb(72,135,11); }

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

background-color css

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

 a { background-color: rgb(72,135,11); }

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

border-color css

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

 span { border-color: rgb(72,135,11); }

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