#308619

Color #308619 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #308619

Tints of Bilbao #308619

Color information

#308619 (or 0x308619) is unknown color: approx Bilbao. HEX triplet: 30, 86 and 19. RGB value is (48,134,25). Sum of RGB (Red+Green+Blue) = 48+134+25=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 134 (52.73% from 255 or 64.73% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 134 - color contains mainly: green. Hex color #308619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308619 is #CF79E6. Grayscale: #606060. Windows color (decimal): -13597159 or 1672752. OLE color: 1672752.

HSL color Cylindrical-coordinate representation of color #308619: hue angle of 107.34º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #308619 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB4813425-
CMYK0.6400.810.47
HSL107.34º68.55%31.18%-
HSV(B)107.34º81.34%52.55%-
XYZ9.9217.753.82-
YUV95.8688.0193.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 134 (52.73% from 255) = 64.73%
BLUE value IS 25 (10.16% from 255) = 12.08%
R=23.19%
G=64.73%
B=12.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48134250.6400.810.47107.3468.5531.18
Hex308619400512F6b451f
Octal602063110001215715310537
Binary11000010000110110011000000010100011011111101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308619; }

 p { color: rgb(48,134,25); }

 H1.HeaderClassName
 {
   color: #308619;
 }
 .AnyTagClassName
 {
   color: #308619;
 }
</style>
background-color css

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

 a { background-color: rgb(48,134,25); }

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

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

 span { border-color: rgb(48,134,25); }

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