#309004

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

Shades of Bilbao #309004

Tints of Bilbao #309004

Color information

#309004 (or 0x309004) is unknown color: approx Bilbao. HEX triplet: 30, 90 and 04. RGB value is (48,144,4). Sum of RGB (Red+Green+Blue) = 48+144+4=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 144 (56.64% from 255 or 73.47% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 144 - color contains mainly: green. Hex color #309004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309004 is #CF6FFB. Grayscale: #636363. Windows color (decimal): -13594620 or 299056. OLE color: 299056.

HSL color Cylindrical-coordinate representation of color #309004: hue angle of 101.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #309004 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB481444-
CMYK0.6700.970.44
HSL101.14º94.59%29.02%-
HSV(B)101.14º97.22%56.47%-
XYZ11.2120.583.5-
YUV99.3474.291.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 144 (56.64% from 255) = 73.47%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=24.49%
G=73.47%
B=2.04%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4814440.6700.970.44101.1494.5929.02
Hex30904430612C655f1d
Octal60220410301415414513735
Binary110000100100001001000011011000011011001100101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309004; }

 p { color: rgb(48,144,4); }

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

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

 a { background-color: rgb(48,144,4); }

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

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

 span { border-color: rgb(48,144,4); }

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