#307601

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

Shades of Bilbao #307601

Tints of Bilbao #307601

Color information

#307601 (or 0x307601) is unknown color: approx Bilbao. HEX triplet: 30, 76 and 01. RGB value is (48,118,1). Sum of RGB (Red+Green+Blue) = 48+118+1=167 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.74% from 167); Green value is 118 (46.48% from 255 or 70.66% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 118 - color contains mainly: green. Hex color #307601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #307601 is #CF89FE. Grayscale: #545454. Windows color (decimal): -13601279 or 95792. OLE color: 95792.

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

Color convert

RGB481181-
CMYK0.5900.990.54
HSL95.9º98.32%23.33%-
HSV(B)95.9º99.15%46.27%-
XYZ7.713.592.25-
YUV83.7381.31102.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 28.74%
GREEN value IS 118 (46.48% from 255) = 70.66%
BLUE value IS 1 (0.78% from 255) = 0.60%
R=28.74%
G=70.66%
B=0.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4811810.5900.990.5495.998.3223.33
Hex307613B06336606217
Octal6016617301436614014227
Binary11000011101101111011011000111101101100000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307601; }

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

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

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

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

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

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

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

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