#308403

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

Shades of Bilbao #308403

Tints of Bilbao #308403

Color information

#308403 (or 0x308403) is unknown color: approx Bilbao. HEX triplet: 30, 84 and 03. RGB value is (48,132,3). Sum of RGB (Red+Green+Blue) = 48+132+3=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 132 (51.95% from 255 or 72.13% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 132 - color contains mainly: green. Hex color #308403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #308403 is #CF7BFC. Grayscale: #5C5C5C. Windows color (decimal): -13597693 or 230448. OLE color: 230448.

HSL color Cylindrical-coordinate representation of color #308403: hue angle of 99.07º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #308403 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB481323-
CMYK0.6400.980.48
HSL99.07º95.56%26.47%-
HSV(B)99.07º97.73%51.76%-
XYZ9.4917.142.89-
YUV92.1877.6796.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 132 (51.95% from 255) = 72.13%
BLUE value IS 3 (1.56% from 255) = 1.64%
R=26.23%
G=72.13%
B=1.64%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4813230.6400.980.4899.0795.5626.47
Hex30843400623063601a
Octal60204310001426014314032
Binary11000010000100111000000011000101100001100011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308403; }

 p { color: rgb(48,132,3); }

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

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

 a { background-color: rgb(48,132,3); }

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

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

 span { border-color: rgb(48,132,3); }

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