#308512

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

Shades of Bilbao #308512

Tints of Bilbao #308512

Color information

#308512 (or 0x308512) is unknown color: approx Bilbao. HEX triplet: 30, 85 and 12. RGB value is (48,133,18). Sum of RGB (Red+Green+Blue) = 48+133+18=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 133 (52.34% from 255 or 66.83% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 133 - color contains mainly: green. Hex color #308512 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308512 is #CF7AED. Grayscale: #5E5E5E. Windows color (decimal): -13597422 or 1213744. OLE color: 1213744.

HSL color Cylindrical-coordinate representation of color #308512: hue angle of 104.35º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #308512 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB4813318-
CMYK0.6400.860.48
HSL104.35º76.16%29.61%-
HSV(B)104.35º86.47%52.16%-
XYZ9.7217.453.43-
YUV94.4884.8494.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 133 (52.34% from 255) = 66.83%
BLUE value IS 18 (7.42% from 255) = 9.05%
R=24.12%
G=66.83%
B=9.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48133180.6400.860.48104.3576.1629.61
Hex3085124005630684c1e
Octal602052210001266015011436
Binary11000010000101100101000000010101101100001101000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308512; }

 p { color: rgb(48,133,18); }

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

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

 a { background-color: rgb(48,133,18); }

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

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

 span { border-color: rgb(48,133,18); }

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