Html Css Color HEX #488028 Bilbao

📋 copy color: '#488028'

red 72 ◦ green 128 ◦ blue 40

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

Shades of Bilbao #488028

Tints of Bilbao #488028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 30%
G = 53.33%
B = 16.67%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#488028 (or 0x488028) is known color: Bilbao. HEX triplet: 48, 80 and 28. RGB value is (72,128,40). Sum of RGB (Red+Green+Blue) = 72+128+40=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 128 (50.39% from 255 or 53.33% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 128 - color contains mainly: green. Hex color #488028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488028 is #B77FD7. Grayscale: #656565. Windows color (decimal): -12025816 or 2654280. OLE color: 2654280.

HSL color Cylindrical-coordinate representation of color #488028: hue angle of 98.18º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #488028 is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 72 128 40 -
CMYK 0.44 0 0.69 0.50
HSL 98.18º 0.52% 0.33% -
HSV(B) 98.18º 0.69% 0.5% -
XYZ 10.77 16.97 4.71 -
YUV 101.22 93.45 107.16 -
System Red Green Blue C M Y K H S L
Decimal 72 128 40 0.44 0 0.69 0.50 98.18 0.52 0.33
Hex 48 80 28 2C 0 45 32 62 34 21
Octal 110 200 50 54 0 105 62 142 64 41
Binary 1001000 10000000 101000 101100 0 1000101 110010 1100010 110100 100001

Color Harmonies of #488028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488028

Black with #488028

Text Example


Text Example

White with #488028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488028; }

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

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

background-color css

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

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

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

border-color css

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

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

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