#307421

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

Shades of Bilbao #307421

Tints of Bilbao #307421

Color information

#307421 (or 0x307421) is unknown color: approx Bilbao. HEX triplet: 30, 74 and 21. RGB value is (48,116,33). Sum of RGB (Red+Green+Blue) = 48+116+33=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #307421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #307421 is #CF8BDE. Grayscale: #565656. Windows color (decimal): -13601759 or 2192432. OLE color: 2192432.

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

Color convert

RGB4811633-
CMYK0.5900.720.55
HSL109.16º55.7%29.22%-
HSV(B)109.16º71.55%45.49%-
XYZ7.7413.233.58-
YUV86.2197.97100.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 116 (45.70% from 255) = 58.88%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=24.37%
G=58.88%
B=16.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48116330.5900.720.55109.1655.729.22
Hex3074213B048376d381d
Octal6016441730110671557035
Binary110000111010010000111101101001000110111110110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307421; }

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

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

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

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

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

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

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

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