Html Css Color HEX #48801A Bilbao

📋 copy color: '#48801A'

red 72 ◦ green 128 ◦ blue 26

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

Shades of Bilbao #48801A

Tints of Bilbao #48801A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.5%

R = 31.86%
G = 56.64%
B = 11.5%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#48801A (or 0x48801A) is known color: Bilbao. HEX triplet: 48, 80 and 1A. RGB value is (72,128,26). Sum of RGB (Red+Green+Blue) = 72+128+26=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 26 (10.55% from 255 or 11.50% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #48801A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48801A is #B77FE5. Grayscale: #636363. Windows color (decimal): -12025830 or 1736776. OLE color: 1736776.

HSL color Cylindrical-coordinate representation of color #48801A: hue angle of 92.94º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #48801A is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 26 -
CMYK 0.44 0 0.80 0.50
HSL 92.94º 0.66% 0.3% -
HSV(B) 92.94º 0.8% 0.5% -
XYZ 10.58 16.89 3.68 -
YUV 99.63 86.45 108.29 -
System Red Green Blue C M Y K H S L
Decimal 72 128 26 0.44 0 0.80 0.50 92.94 0.66 0.3
Hex 48 80 1A 2C 0 50 32 5D 42 1E
Octal 110 200 32 54 0 120 62 135 102 36
Binary 1001000 10000000 11010 101100 0 1010000 110010 1011101 1000010 11110

Color Harmonies of #48801A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48801A

Black with #48801A

Text Example


Text Example

White with #48801A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48801A; }

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

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

background-color css

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

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

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

border-color css

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

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

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