Html Css Color HEX #488119 Bilbao

📋 copy color: '#488119'

red 72 ◦ green 129 ◦ blue 25

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

Shades of Bilbao #488119

Tints of Bilbao #488119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.08%

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 31.86%
G = 57.08%
B = 11.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#488119 (or 0x488119) is known color: Bilbao. HEX triplet: 48, 81 and 19. RGB value is (72,129,25). Sum of RGB (Red+Green+Blue) = 72+129+25=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #488119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488119 is #B77EE6. Grayscale: #646464. Windows color (decimal): -12025575 or 1671496. OLE color: 1671496.

HSL color Cylindrical-coordinate representation of color #488119: hue angle of 92.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #488119 is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 129 25 -
CMYK 0.44 0 0.81 0.49
HSL 92.88º 0.68% 0.3% -
HSV(B) 92.88º 0.81% 0.51% -
XYZ 10.7 17.15 3.67 -
YUV 100.1 85.62 107.96 -
System Red Green Blue C M Y K H S L
Decimal 72 129 25 0.44 0 0.81 0.49 92.88 0.68 0.3
Hex 48 81 19 2C 0 51 31 5D 44 1E
Octal 110 201 31 54 0 121 61 135 104 36
Binary 1001000 10000001 11001 101100 0 1010001 110001 1011101 1000100 11110

Color Harmonies of #488119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488119

Black with #488119

Text Example


Text Example

White with #488119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488119; }

 p { color: rgb(72,129,25); }

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

background-color css

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

 a { background-color: rgb(72,129,25); }

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

border-color css

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

 span { border-color: rgb(72,129,25); }

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