#397304

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

Shades of Bilbao #397304

Tints of Bilbao #397304

Color information

#397304 (or 0x397304) is unknown color: approx Bilbao. HEX triplet: 39, 73 and 04. RGB value is (57,115,4). Sum of RGB (Red+Green+Blue) = 57+115+4=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 115 (45.31% from 255 or 65.34% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 115 - color contains mainly: green. Hex color #397304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397304 is #C68CFB. Grayscale: #555555. Windows color (decimal): -13012220 or 291641. OLE color: 291641.

HSL color Cylindrical-coordinate representation of color #397304: hue angle of 91.35º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #397304 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB571154-
CMYK0.5000.970.55
HSL91.35º93.28%23.33%-
HSV(B)91.35º96.52%45.1%-
XYZ7.8413.142.24-
YUV8582.28108.03-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 115 (45.31% from 255) = 65.34%
BLUE value IS 4 (1.95% from 255) = 2.27%
R=32.39%
G=65.34%
B=2.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5711540.5000.970.5591.3593.2823.33
Hex3973432061375b5d17
Octal7116346201416713313527
Binary1110011110011100110010011000011101111011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397304; }

 p { color: rgb(57,115,4); }

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

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

 a { background-color: rgb(57,115,4); }

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

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

 span { border-color: rgb(57,115,4); }

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