Html Css Color HEX #488016 Bilbao

📋 copy color: '#488016'

red 72 ◦ green 128 ◦ blue 22

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

Shades of Bilbao #488016

Tints of Bilbao #488016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.91%

R = 32.43%
G = 57.66%
B = 9.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#488016 (or 0x488016) is known color: Bilbao. HEX triplet: 48, 80 and 16. RGB value is (72,128,22). Sum of RGB (Red+Green+Blue) = 72+128+22=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #488016 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488016 is #B77FE9. Grayscale: #636363. Windows color (decimal): -12025834 or 1474632. OLE color: 1474632.

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

Color convert

RGB 72 128 22 -
CMYK 0.44 0 0.83 0.50
HSL 91.7º 0.71% 0.29% -
HSV(B) 91.7º 0.83% 0.5% -
XYZ 10.54 16.87 3.46 -
YUV 99.17 84.45 108.62 -
System Red Green Blue C M Y K H S L
Decimal 72 128 22 0.44 0 0.83 0.50 91.7 0.71 0.29
Hex 48 80 16 2C 0 53 32 5C 47 1D
Octal 110 200 26 54 0 123 62 134 107 35
Binary 1001000 10000000 10110 101100 0 1010011 110010 1011100 1000111 11101

Color Harmonies of #488016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488016

Black with #488016

Text Example


Text Example

White with #488016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488016; }

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

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

background-color css

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

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

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

border-color css

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

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

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