Html Css Color HEX #488604 Bilbao

📋 copy color: '#488604'

red 72 ◦ green 134 ◦ blue 4

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

Shades of Bilbao #488604

Tints of Bilbao #488604

RGB

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

 GREEN value IS 134 (52.73% from 255) = 63.81%

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

R = 34.29%
G = 63.81%
B = 1.9%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#488604 (or 0x488604) is known color: Bilbao. HEX triplet: 48, 86 and 04. RGB value is (72,134,4). Sum of RGB (Red+Green+Blue) = 72+134+4=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 134 (52.73% from 255 or 63.81% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 134 - color contains mainly: green. Hex color #488604 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488604 is #B779FB. Grayscale: #656565. Windows color (decimal): -12024316 or 296520. OLE color: 296520.

HSL color Cylindrical-coordinate representation of color #488604: hue angle of 88.62º 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 #488604 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 4 -
CMYK 0.46 0 0.97 0.47
HSL 88.62º 0.94% 0.27% -
HSV(B) 88.62º 0.97% 0.53% -
XYZ 11.22 18.44 3.08 -
YUV 100.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 72 134 4 0.46 0 0.97 0.47 88.62 0.94 0.27
Hex 48 86 4 2E 0 61 2F 59 5E 1B
Octal 110 206 4 56 0 141 57 131 136 33
Binary 1001000 10000110 100 101110 0 1100001 101111 1011001 1011110 11011

Color Harmonies of #488604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488604

Black with #488604

Text Example


Text Example

White with #488604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488604; }

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

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

background-color css

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

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

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

border-color css

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

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

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