#307919

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

Shades of Bilbao #307919

Tints of Bilbao #307919

Color information

#307919 (or 0x307919) is unknown color: approx Bilbao. HEX triplet: 30, 79 and 19. RGB value is (48,121,25). Sum of RGB (Red+Green+Blue) = 48+121+25=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 121 (47.66% from 255 or 62.37% from 194); Blue value is 25 (10.16% from 255 or 12.89% from 194); Max value from RGB is 121 - color contains mainly: green. Hex color #307919 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307919 is #CF86E6. Grayscale: #585858. Windows color (decimal): -13600487 or 1669424. OLE color: 1669424.

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

Color convert

RGB4812125-
CMYK0.6000.790.53
HSL105.62º65.75%28.63%-
HSV(B)105.62º79.34%47.45%-
XYZ8.2314.373.26-
YUV88.2392.3299.31-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.74%
GREEN value IS 121 (47.66% from 255) = 62.37%
BLUE value IS 25 (10.16% from 255) = 12.89%
R=24.74%
G=62.37%
B=12.89%

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
Decimal48121250.6000.790.53105.6265.7528.63
Hex3079193C04F356a421d
Octal60171317401176515210235
Binary110000111100111001111100010011111101011101010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307919; }

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

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

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

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

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

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

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

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