Html Css Color HEX #48800F Bilbao

📋 copy color: '#48800F'

red 72 ◦ green 128 ◦ blue 15

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

Shades of Bilbao #48800F

Tints of Bilbao #48800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.53%

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 33.49%
G = 59.53%
B = 6.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#48800F (or 0x48800F) is known color: Bilbao. HEX triplet: 48, 80 and 0F. RGB value is (72,128,15). Sum of RGB (Red+Green+Blue) = 72+128+15=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 128 (50.39% from 255 or 59.53% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 128 - color contains mainly: green. Hex color #48800F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48800F is #B77FF0. Grayscale: #626262. Windows color (decimal): -12025841 or 1015880. OLE color: 1015880.

HSL color Cylindrical-coordinate representation of color #48800F: hue angle of 89.73º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48800F is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 15 -
CMYK 0.44 0 0.88 0.50
HSL 89.73º 0.79% 0.28% -
HSV(B) 89.73º 0.88% 0.5% -
XYZ 10.48 16.85 3.15 -
YUV 98.37 80.95 109.19 -
System Red Green Blue C M Y K H S L
Decimal 72 128 15 0.44 0 0.88 0.50 89.73 0.79 0.28
Hex 48 80 F 2C 0 58 32 5A 4F 1C
Octal 110 200 17 54 0 130 62 132 117 34
Binary 1001000 10000000 1111 101100 0 1011000 110010 1011010 1001111 11100

Color Harmonies of #48800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48800F

Black with #48800F

Text Example


Text Example

White with #48800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48800F; }

 p { color: rgb(72,128,15); }

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

background-color css

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

 a { background-color: rgb(72,128,15); }

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

border-color css

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

 span { border-color: rgb(72,128,15); }

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