#398201

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

Shades of Bilbao #398201

Tints of Bilbao #398201

Color information

#398201 (or 0x398201) is unknown color: approx Bilbao. HEX triplet: 39, 82 and 01. RGB value is (57,130,1). Sum of RGB (Red+Green+Blue) = 57+130+1=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 130 (51.17% from 255 or 69.15% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 130 - color contains mainly: green. Hex color #398201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398201 is #C67DFE. Grayscale: #5D5D5D. Windows color (decimal): -13008383 or 98873. OLE color: 98873.

HSL color Cylindrical-coordinate representation of color #398201: hue angle of 93.95º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #398201 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB571301-
CMYK0.5600.990.49
HSL93.95º98.47%25.69%-
HSV(B)93.95º99.23%50.98%-
XYZ9.6816.842.77-
YUV93.4775.82101.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 130 (51.17% from 255) = 69.15%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=30.32%
G=69.15%
B=0.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5713010.5600.990.4993.9598.4725.69
Hex3982138063315e621a
Octal7120217001436113614232
Binary111001100000101111000011000111100011011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398201; }

 p { color: rgb(57,130,1); }

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

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

 a { background-color: rgb(57,130,1); }

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

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

 span { border-color: rgb(57,130,1); }

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