#307413

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

Shades of Bilbao #307413

Tints of Bilbao #307413

Color information

#307413 (or 0x307413) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 13. RGB value is (48,116,19). Sum of RGB (Red+Green+Blue) = 48+116+19=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 116 (45.70% from 255 or 63.39% from 183); Blue value is 19 (7.81% from 255 or 10.38% from 183); Max value from RGB is 116 - color contains mainly: green. Hex color #307413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307413 is #CF8BEC. Grayscale: #545454. Windows color (decimal): -13601773 or 1274928. OLE color: 1274928.

HSL color Cylindrical-coordinate representation of color #307413: hue angle of 102.06º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #307413 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB4811619-
CMYK0.5900.840.55
HSL102.06º71.85%26.47%-
HSV(B)102.06º83.62%45.49%-
XYZ7.5813.172.76-
YUV84.6190.97101.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 116 (45.70% from 255) = 63.39%
BLUE value IS 19 (7.81% from 255) = 10.38%
R=26.23%
G=63.39%
B=10.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116190.5900.840.55102.0671.8526.47
Hex3074133B0543766481a
Octal60164237301246714611032
Binary110000111010010011111011010101001101111100110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307413; }

 p { color: rgb(48,116,19); }

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

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

 a { background-color: rgb(48,116,19); }

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

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

 span { border-color: rgb(48,116,19); }

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