Html Css Color HEX #488208 Bilbao

📋 copy color: '#488208'

red 72 ◦ green 130 ◦ blue 8

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

Shades of Bilbao #488208

Tints of Bilbao #488208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.9%

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

R = 34.29%
G = 61.9%
B = 3.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#488208 (or 0x488208) is known color: Bilbao. HEX triplet: 48, 82 and 08. RGB value is (72,130,8). Sum of RGB (Red+Green+Blue) = 72+130+8=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #488208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #488208 is #B77DF7. Grayscale: #636363. Windows color (decimal): -12025336 or 557640. OLE color: 557640.

HSL color Cylindrical-coordinate representation of color #488208: hue angle of 88.52º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #488208 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 130 8 -
CMYK 0.45 0 0.94 0.49
HSL 88.52º 0.88% 0.27% -
HSV(B) 88.52º 0.94% 0.51% -
XYZ 10.7 17.36 3.02 -
YUV 98.75 76.78 108.92 -
System Red Green Blue C M Y K H S L
Decimal 72 130 8 0.45 0 0.94 0.49 88.52 0.88 0.27
Hex 48 82 8 2D 0 5E 31 59 58 1B
Octal 110 202 10 55 0 136 61 131 130 33
Binary 1001000 10000010 1000 101101 0 1011110 110001 1011001 1011000 11011

Color Harmonies of #488208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488208

Black with #488208

Text Example


Text Example

White with #488208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488208; }

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

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

background-color css

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

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

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

border-color css

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

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

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