#306914

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

Shades of Bilbao #306914

Tints of Bilbao #306914

Color information

#306914 (or 0x306914) is unknown color: approx Bilbao. HEX triplet: 30, 69 and 14. RGB value is (48,105,20). Sum of RGB (Red+Green+Blue) = 48+105+20=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #306914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306914 is #CF96EB. Grayscale: #4E4E4E. Windows color (decimal): -13604588 or 1337648. OLE color: 1337648.

HSL color Cylindrical-coordinate representation of color #306914: hue angle of 100.24º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #306914 is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB4810520-
CMYK0.5400.810.59
HSL100.24º68%24.51%-
HSV(B)100.24º80.95%41.18%-
XYZ6.410.782.41-
YUV78.2795.12106.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 27.75%
GREEN value IS 105 (41.41% from 255) = 60.69%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=27.75%
G=60.69%
B=11.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48105200.5400.810.59100.246824.51
Hex306914360513B644419
Octal60151246601217314410431
Binary110000110100110100110110010100011110111100100100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306914; }

 p { color: rgb(48,105,20); }

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

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

 a { background-color: rgb(48,105,20); }

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

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

 span { border-color: rgb(48,105,20); }

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