Html Css Color HEX #488022 Bilbao

📋 copy color: '#488022'

red 72 ◦ green 128 ◦ blue 34

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

Shades of Bilbao #488022

Tints of Bilbao #488022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 30.77%
G = 54.7%
B = 14.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#488022 (or 0x488022) is known color: Bilbao. HEX triplet: 48, 80 and 22. RGB value is (72,128,34). Sum of RGB (Red+Green+Blue) = 72+128+34=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 128 (50.39% from 255 or 54.70% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 128 - color contains mainly: green. Hex color #488022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #488022 is #B77FDD. Grayscale: #646464. Windows color (decimal): -12025822 or 2261064. OLE color: 2261064.

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

Color convert

RGB 72 128 34 -
CMYK 0.44 0 0.73 0.50
HSL 95.74º 0.58% 0.32% -
HSV(B) 95.74º 0.73% 0.5% -
XYZ 10.68 16.93 4.22 -
YUV 100.54 90.45 107.64 -
System Red Green Blue C M Y K H S L
Decimal 72 128 34 0.44 0 0.73 0.50 95.74 0.58 0.32
Hex 48 80 22 2C 0 49 32 60 3A 20
Octal 110 200 42 54 0 111 62 140 72 40
Binary 1001000 10000000 100010 101100 0 1001001 110010 1100000 111010 100000

Color Harmonies of #488022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488022

Black with #488022

Text Example


Text Example

White with #488022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488022; }

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

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

background-color css

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

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

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

border-color css

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

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

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