#308609

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

Shades of Bilbao #308609

Tints of Bilbao #308609

Color information

#308609 (or 0x308609) is unknown color: approx Bilbao. HEX triplet: 30, 86 and 09. RGB value is (48,134,9). Sum of RGB (Red+Green+Blue) = 48+134+9=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 134 (52.73% from 255 or 70.16% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 134 - color contains mainly: green. Hex color #308609 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308609 is #CF79F6. Grayscale: #5E5E5E. Windows color (decimal): -13597175 or 624176. OLE color: 624176.

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

Color convert

RGB481349-
CMYK0.6400.930.47
HSL101.28º87.41%28.04%-
HSV(B)101.28º93.28%52.55%-
XYZ9.7917.73.16-
YUV94.0480.0195.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 134 (52.73% from 255) = 70.16%
BLUE value IS 9 (3.91% from 255) = 4.71%
R=25.13%
G=70.16%
B=4.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4813490.6400.930.47101.2887.4128.04
Hex308694005D2F65571c
Octal602061110001355714512734
Binary1100001000011010011000000010111011011111100101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308609; }

 p { color: rgb(48,134,9); }

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

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

 a { background-color: rgb(48,134,9); }

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

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

 span { border-color: rgb(48,134,9); }

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