Html Css Color HEX #488608 Bilbao

📋 copy color: '#488608'

red 72 ◦ green 134 ◦ blue 8

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

Shades of Bilbao #488608

Tints of Bilbao #488608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.74%

R = 33.64%
G = 62.62%
B = 3.74%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.47

RGB Variations

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

Color information

#488608 (or 0x488608) is known color: Bilbao. HEX triplet: 48, 86 and 08. RGB value is (72,134,8). Sum of RGB (Red+Green+Blue) = 72+134+8=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 134 (52.73% from 255 or 62.62% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 134 - color contains mainly: green. Hex color #488608 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488608 is #B779F7. Grayscale: #656565. Windows color (decimal): -12024312 or 558664. OLE color: 558664.

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

Color convert

RGB 72 134 8 -
CMYK 0.46 0 0.94 0.47
HSL 89.52º 0.89% 0.28% -
HSV(B) 89.52º 0.94% 0.53% -
XYZ 11.24 18.45 3.2 -
YUV 101.1 75.46 107.25 -
System Red Green Blue C M Y K H S L
Decimal 72 134 8 0.46 0 0.94 0.47 89.52 0.89 0.28
Hex 48 86 8 2E 0 5E 2F 5A 59 1C
Octal 110 206 10 56 0 136 57 132 131 34
Binary 1001000 10000110 1000 101110 0 1011110 101111 1011010 1011001 11100

Color Harmonies of #488608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488608

Black with #488608

Text Example


Text Example

White with #488608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488608; }

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

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

background-color css

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

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

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

border-color css

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

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

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