#397403

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

Shades of Bilbao #397403

Tints of Bilbao #397403

Color information

#397403 (or 0x397403) is unknown color: approx Bilbao. HEX triplet: 39, 74 and 03. RGB value is (57,116,3). Sum of RGB (Red+Green+Blue) = 57+116+3=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 116 (45.70% from 255 or 65.91% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 116 - color contains mainly: green. Hex color #397403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397403 is #C68BFC. Grayscale: #555555. Windows color (decimal): -13011965 or 226361. OLE color: 226361.

HSL color Cylindrical-coordinate representation of color #397403: hue angle of 91.33º degrees, saturation: 0.95, 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 #397403 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB571163-
CMYK0.5100.970.55
HSL91.33º94.96%23.33%-
HSV(B)91.33º97.41%45.49%-
XYZ7.9513.372.25-
YUV85.4881.45107.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 116 (45.70% from 255) = 65.91%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=32.39%
G=65.91%
B=1.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5711630.5100.970.5591.3394.9623.33
Hex3974333061375b5f17
Octal7116436301416713313727
Binary111001111010011110011011000011101111011011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397403; }

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

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

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

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

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

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

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

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