#306509

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

Shades of Bilbao #306509

Tints of Bilbao #306509

Color information

#306509 (or 0x306509) is unknown color: approx Bilbao. HEX triplet: 30, 65 and 09. RGB value is (48,101,9). Sum of RGB (Red+Green+Blue) = 48+101+9=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 9 (3.91% from 255 or 5.70% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #306509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306509 is #CF9AF6. Grayscale: #4A4A4A. Windows color (decimal): -13605623 or 615728. OLE color: 615728.

HSL color Cylindrical-coordinate representation of color #306509: hue angle of 94.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #306509 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB481019-
CMYK0.5200.910.60
HSL94.57º83.64%21.57%-
HSV(B)94.57º91.09%39.61%-
XYZ5.929.961.87-
YUV74.6690.94108.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 101 (39.84% from 255) = 63.92%
BLUE value IS 9 (3.91% from 255) = 5.70%
R=30.38%
G=63.92%
B=5.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4810190.5200.910.6094.5783.6421.57
Hex306593405B3C5f5416
Octal60145116401337413712426
Binary11000011001011001110100010110111111001011111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306509; }

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

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

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

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

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

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

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

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