#398703

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

Shades of Bilbao #398703

Tints of Bilbao #398703

Color information

#398703 (or 0x398703) is unknown color: approx Bilbao. HEX triplet: 39, 87 and 03. RGB value is (57,135,3). Sum of RGB (Red+Green+Blue) = 57+135+3=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 135 (53.12% from 255 or 69.23% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 135 - color contains mainly: green. Hex color #398703 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398703 is #C678FC. Grayscale: #616161. Windows color (decimal): -13007101 or 231225. OLE color: 231225.

HSL color Cylindrical-coordinate representation of color #398703: hue angle of 95.45º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #398703 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.

Color convert

RGB571353-
CMYK0.5800.980.47
HSL95.45º95.65%27.06%-
HSV(B)95.45º97.78%52.94%-
XYZ10.3718.23.05-
YUV96.6375.1699.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 135 (53.12% from 255) = 69.23%
BLUE value IS 3 (1.56% from 255) = 1.54%
R=29.23%
G=69.23%
B=1.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5713530.5800.980.4795.4595.6527.06
Hex398733A0622F5f601b
Octal7120737201425713714033
Binary1110011000011111111010011000101011111011111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398703; }

 p { color: rgb(57,135,3); }

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

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

 a { background-color: rgb(57,135,3); }

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

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

 span { border-color: rgb(57,135,3); }

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