#307701

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

Shades of Bilbao #307701

Tints of Bilbao #307701

Color information

#307701 (or 0x307701) is unknown color: approx Bilbao. HEX triplet: 30, 77 and 01. RGB value is (48,119,1). Sum of RGB (Red+Green+Blue) = 48+119+1=168 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.57% from 168); Green value is 119 (46.88% from 255 or 70.83% from 168); Blue value is 1 (0.78% from 255 or 0.60% from 168); Max value from RGB is 119 - color contains mainly: green. Hex color #307701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307701 is #CF88FE. Grayscale: #545454. Windows color (decimal): -13601023 or 96048. OLE color: 96048.

HSL color Cylindrical-coordinate representation of color #307701: hue angle of 96.1º 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 #307701 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB481191-
CMYK0.6000.990.53
HSL96.1º98.33%23.53%-
HSV(B)96.1º99.16%46.67%-
XYZ7.8213.822.28-
YUV84.3280.98102.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.57%
GREEN value IS 119 (46.88% from 255) = 70.83%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=28.57%
G=70.83%
B=0.60%

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
Decimal4811910.6000.990.5396.198.3323.53
Hex307713C06335606218
Octal6016717401436514014230
Binary11000011101111111100011000111101011100000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307701; }

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

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

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

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

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

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

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

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