#307514

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

Shades of Bilbao #307514

Tints of Bilbao #307514

Color information

#307514 (or 0x307514) is unknown color: approx Bilbao. HEX triplet: 30, 75 and 14. RGB value is (48,117,20). Sum of RGB (Red+Green+Blue) = 48+117+20=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #307514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307514 is #CF8AEB. Grayscale: #555555. Windows color (decimal): -13601516 or 1340720. OLE color: 1340720.

HSL color Cylindrical-coordinate representation of color #307514: hue angle of 102.68º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #307514 is Cyan = 0.59, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB4811720-
CMYK0.5900.830.54
HSL102.68º70.8%26.86%-
HSV(B)102.68º82.91%45.88%-
XYZ7.7113.42.84-
YUV85.3191.14101.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.95%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=25.95%
G=63.24%
B=10.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117200.5900.830.54102.6870.826.86
Hex3075143B0533667471b
Octal60165247301236614710733
Binary110000111010110100111011010100111101101100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307514; }

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

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

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

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

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

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

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

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