#307819

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

Shades of Bilbao #307819

Tints of Bilbao #307819

Color information

#307819 (or 0x307819) is unknown color: approx Bilbao. HEX triplet: 30, 78 and 19. RGB value is (48,120,25). Sum of RGB (Red+Green+Blue) = 48+120+25=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 25 (10.16% from 255 or 12.95% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #307819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307819 is #CF87E6. Grayscale: #575757. Windows color (decimal): -13600743 or 1669168. OLE color: 1669168.

HSL color Cylindrical-coordinate representation of color #307819: hue angle of 105.47º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #307819 is Cyan = 0.60, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB4812025-
CMYK0.6000.790.53
HSL105.47º65.52%28.43%-
HSV(B)105.47º79.17%47.06%-
XYZ8.1114.133.22-
YUV87.6492.6599.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 120 (47.27% from 255) = 62.18%
BLUE value IS 25 (10.16% from 255) = 12.95%
R=24.87%
G=62.18%
B=12.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48120250.6000.790.53105.4765.5228.43
Hex3078193C04F3569421c
Octal60170317401176515110234
Binary110000111100011001111100010011111101011101001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307819; }

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

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

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

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

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

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

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

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