#308413

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

Shades of Bilbao #308413

Tints of Bilbao #308413

Color information

#308413 (or 0x308413) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 13. RGB value is (48,132,19). Sum of RGB (Red+Green+Blue) = 48+132+19=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 132 (51.95% from 255 or 66.33% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 132 - color contains mainly: green. Hex color #308413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308413 is #CF7BEC. Grayscale: #5E5E5E. Windows color (decimal): -13597677 or 1279024. OLE color: 1279024.

HSL color Cylindrical-coordinate representation of color #308413: hue angle of 104.6º degrees, saturation: 0.75, 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 #308413 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB4813219-
CMYK0.6400.860.48
HSL104.6º74.83%29.61%-
HSV(B)104.6º85.61%51.76%-
XYZ9.5917.183.43-
YUV9485.6795.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 132 (51.95% from 255) = 66.33%
BLUE value IS 19 (7.81% from 255) = 9.55%
R=24.12%
G=66.33%
B=9.55%

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
Decimal48132190.6400.860.48104.674.8329.61
Hex3084134005630694b1e
Octal602042310001266015111336
Binary11000010000100100111000000010101101100001101001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308413; }

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

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

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

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

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

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

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

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