#307801

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

Shades of Bilbao #307801

Tints of Bilbao #307801

Color information

#307801 (or 0x307801) is unknown color: approx Bilbao. HEX triplet: 30, 78 and 01. RGB value is (48,120,1). Sum of RGB (Red+Green+Blue) = 48+120+1=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 120 (47.27% from 255 or 71.01% from 169); Blue value is 1 (0.78% from 255 or 0.59% from 169); Max value from RGB is 120 - color contains mainly: green. Hex color #307801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307801 is #CF87FE. Grayscale: #555555. Windows color (decimal): -13600767 or 96304. OLE color: 96304.

HSL color Cylindrical-coordinate representation of color #307801: hue angle of 96.3º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #307801 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB481201-
CMYK0.6000.990.53
HSL96.3º98.35%23.73%-
HSV(B)96.3º99.17%47.06%-
XYZ7.9414.062.32-
YUV84.9180.65101.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.40%
GREEN value IS 120 (47.27% from 255) = 71.01%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=28.40%
G=71.01%
B=0.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4812010.6000.990.5396.398.3523.73
Hex307813C06335606218
Octal6017017401436514014230
Binary11000011110001111100011000111101011100000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307801; }

 p { color: rgb(48,120,1); }

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

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

 a { background-color: rgb(48,120,1); }

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

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

 span { border-color: rgb(48,120,1); }

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