#389001

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

Shades of Bilbao #389001

Tints of Bilbao #389001

Color information

#389001 (or 0x389001) is unknown color: approx Bilbao. HEX triplet: 38, 90 and 01. RGB value is (56,144,1). Sum of RGB (Red+Green+Blue) = 56+144+1=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 144 (56.64% from 255 or 71.64% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 144 - color contains mainly: green. Hex color #389001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389001 is #C76FFE. Grayscale: #656565. Windows color (decimal): -13070335 or 102456. OLE color: 102456.

HSL color Cylindrical-coordinate representation of color #389001: hue angle of 96.92º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #389001 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB561441-
CMYK0.6100.990.44
HSL96.92º98.62%28.43%-
HSV(B)96.92º99.31%56.47%-
XYZ11.6120.793.43-
YUV101.3971.3595.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 144 (56.64% from 255) = 71.64%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=27.86%
G=71.64%
B=0.50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5614410.6100.990.4496.9298.6228.43
Hex389013D0632C61631c
Octal7022017501435414114334
Binary111000100100001111101011000111011001100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #389001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #389001; }

 p { color: rgb(56,144,1); }

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

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

 a { background-color: rgb(56,144,1); }

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

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

 span { border-color: rgb(56,144,1); }

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