#397801

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

Shades of Bilbao #397801

Tints of Bilbao #397801

Color information

#397801 (or 0x397801) is unknown color: approx Bilbao. HEX triplet: 39, 78 and 01. RGB value is (57,120,1). Sum of RGB (Red+Green+Blue) = 57+120+1=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 120 (47.27% from 255 or 67.42% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 120 - color contains mainly: green. Hex color #397801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397801 is #C687FE. Grayscale: #585858. Windows color (decimal): -13010943 or 96313. OLE color: 96313.

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

Color convert

RGB571201-
CMYK0.5200.990.53
HSL91.76º98.35%23.73%-
HSV(B)91.76º99.17%47.06%-
XYZ8.4114.32.35-
YUV87.679.13106.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 120 (47.27% from 255) = 67.42%
BLUE value IS 1 (0.78% from 255) = 0.56%
R=32.02%
G=67.42%
B=0.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5712010.5200.990.5391.7698.3523.73
Hex3978134063355c6218
Octal7117016401436513414230
Binary11100111110001110100011000111101011011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397801; }

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

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

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

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

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

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

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

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