#308813

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

Shades of Bilbao #308813

Tints of Bilbao #308813

Color information

#308813 (or 0x308813) is unknown color: approx Bilbao. HEX triplet: 30, 88 and 13. RGB value is (48,136,19). Sum of RGB (Red+Green+Blue) = 48+136+19=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #308813 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308813 is #CF77EC. Grayscale: #606060. Windows color (decimal): -13596653 or 1280048. OLE color: 1280048.

HSL color Cylindrical-coordinate representation of color #308813: hue angle of 105.13º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #308813 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB4813619-
CMYK0.6500.860.47
HSL105.13º75.48%30.39%-
HSV(B)105.13º86.03%53.33%-
XYZ10.1418.283.61-
YUV96.3584.3593.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 136 (53.52% from 255) = 67.00%
BLUE value IS 19 (7.81% from 255) = 9.36%
R=23.65%
G=67.00%
B=9.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136190.6500.860.47105.1375.4830.39
Hex308813410562F694b1e
Octal602102310101265715111336
Binary11000010001000100111000001010101101011111101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308813; }

 p { color: rgb(48,136,19); }

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

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

 a { background-color: rgb(48,136,19); }

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

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

 span { border-color: rgb(48,136,19); }

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