Html Css Color HEX #488221 Bilbao

📋 copy color: '#488221'

red 72 ◦ green 130 ◦ blue 33

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

Shades of Bilbao #488221

Tints of Bilbao #488221

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.32%

 BLUE value IS 33 (13.28% from 255) = 14.04%

R = 30.64%
G = 55.32%
B = 14.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#488221 (or 0x488221) is known color: Bilbao. HEX triplet: 48, 82 and 21. RGB value is (72,130,33). Sum of RGB (Red+Green+Blue) = 72+130+33=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #488221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488221 is #B77DDE. Grayscale: #656565. Windows color (decimal): -12025311 or 2196040. OLE color: 2196040.

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

Color convert

RGB 72 130 33 -
CMYK 0.45 0 0.75 0.49
HSL 95.88º 0.6% 0.32% -
HSV(B) 95.88º 0.75% 0.51% -
XYZ 10.93 17.45 4.23 -
YUV 101.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 72 130 33 0.45 0 0.75 0.49 95.88 0.6 0.32
Hex 48 82 21 2D 0 4B 31 60 3C 20
Octal 110 202 41 55 0 113 61 140 74 40
Binary 1001000 10000010 100001 101101 0 1001011 110001 1100000 111100 100000

Color Harmonies of #488221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488221

Black with #488221

Text Example


Text Example

White with #488221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488221; }

 p { color: rgb(72,130,33); }

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

background-color css

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

 a { background-color: rgb(72,130,33); }

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

border-color css

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

 span { border-color: rgb(72,130,33); }

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