Html Css Color HEX #488804 Bilbao

📋 copy color: '#488804'

red 72 ◦ green 136 ◦ blue 4

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

Shades of Bilbao #488804

Tints of Bilbao #488804

RGB

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

 GREEN value IS 136 (53.52% from 255) = 64.15%

 BLUE value IS 4 (1.95% from 255) = 1.89%

R = 33.96%
G = 64.15%
B = 1.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#488804 (or 0x488804) is known color: Bilbao. HEX triplet: 48, 88 and 04. RGB value is (72,136,4). Sum of RGB (Red+Green+Blue) = 72+136+4=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #488804 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488804 is #B777FB. Grayscale: #666666. Windows color (decimal): -12023804 or 297032. OLE color: 297032.

HSL color Cylindrical-coordinate representation of color #488804: hue angle of 89.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #488804 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 4 -
CMYK 0.47 0 0.97 0.47
HSL 89.09º 0.94% 0.27% -
HSV(B) 89.09º 0.97% 0.53% -
XYZ 11.5 18.99 3.18 -
YUV 101.82 72.8 106.73 -
System Red Green Blue C M Y K H S L
Decimal 72 136 4 0.47 0 0.97 0.47 89.09 0.94 0.27
Hex 48 88 4 2F 0 61 2F 59 5E 1B
Octal 110 210 4 57 0 141 57 131 136 33
Binary 1001000 10001000 100 101111 0 1100001 101111 1011001 1011110 11011

Color Harmonies of #488804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488804

Black with #488804

Text Example


Text Example

White with #488804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488804; }

 p { color: rgb(72,136,4); }

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

background-color css

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

 a { background-color: rgb(72,136,4); }

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

border-color css

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

 span { border-color: rgb(72,136,4); }

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