#307521

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

Shades of Bilbao #307521

Tints of Bilbao #307521

Color information

#307521 (or 0x307521) is unknown color: approx Bilbao. HEX triplet: 30, 75 and 21. RGB value is (48,117,33). Sum of RGB (Red+Green+Blue) = 48+117+33=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #307521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307521 is #CF8ADE. Grayscale: #575757. Windows color (decimal): -13601503 or 2192688. OLE color: 2192688.

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

Color convert

RGB4811733-
CMYK0.5900.720.54
HSL109.29º56%29.41%-
HSV(B)109.29º71.79%45.88%-
XYZ7.8513.463.62-
YUV86.7997.64100.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=24.24%
G=59.09%
B=16.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48117330.5900.720.54109.295629.41
Hex3075213B048366d381d
Octal6016541730110661557035
Binary110000111010110000111101101001000110110110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307521; }

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

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

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

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

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

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

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

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