#306409

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

Shades of Bilbao #306409

Tints of Bilbao #306409

Color information

#306409 (or 0x306409) is unknown color: approx Bilbao. HEX triplet: 30, 64 and 09. RGB value is (48,100,9). Sum of RGB (Red+Green+Blue) = 48+100+9=157 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.57% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #306409 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306409 is #CF9BF6. Grayscale: #4A4A4A. Windows color (decimal): -13605879 or 615472. OLE color: 615472.

HSL color Cylindrical-coordinate representation of color #306409: hue angle of 94.29º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #306409 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB481009-
CMYK0.5200.910.61
HSL94.29º83.49%21.37%-
HSV(B)94.29º91%39.22%-
XYZ5.839.761.84-
YUV74.0891.27109.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.57%
GREEN value IS 100 (39.45% from 255) = 63.69%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=30.57%
G=63.69%
B=5.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4810090.5200.910.6194.2983.4921.37
Hex306493405B3D5e5315
Octal60144116401337513612325
Binary11000011001001001110100010110111111011011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306409; }

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

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

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

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

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

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

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

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