#306703

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

Shades of Bilbao #306703

Tints of Bilbao #306703

Color information

#306703 (or 0x306703) is unknown color: approx Bilbao. HEX triplet: 30, 67 and 03. RGB value is (48,103,3). Sum of RGB (Red+Green+Blue) = 48+103+3=154 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.17% from 154); Green value is 103 (40.62% from 255 or 66.88% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 103 - color contains mainly: green. Hex color #306703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306703 is #CF98FC. Grayscale: #4B4B4B. Windows color (decimal): -13605117 or 223024. OLE color: 223024.

HSL color Cylindrical-coordinate representation of color #306703: hue angle of 93º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #306703 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB481033-
CMYK0.5300.970.60
HSL93º94.34%20.78%-
HSV(B)93º97.09%40.39%-
XYZ6.0910.341.76-
YUV75.1687.28108.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.17%
GREEN value IS 103 (40.62% from 255) = 66.88%
BLUE value IS 3 (1.56% from 255) = 1.95%
R=31.17%
G=66.88%
B=1.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4810330.5300.970.609394.3420.78
Hex30673350613C5d5e15
Octal6014736501417413513625
Binary110000110011111110101011000011111001011101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306703; }

 p { color: rgb(48,103,3); }

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

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

 a { background-color: rgb(48,103,3); }

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

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

 span { border-color: rgb(48,103,3); }

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