#397A1A

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

Shades of Bilbao #397A1A

Tints of Bilbao #397A1A

Color information

#397A1A (or 0x397A1A) is unknown color: approx Bilbao. HEX triplet: 39, 7A and 1A. RGB value is (57,122,26). Sum of RGB (Red+Green+Blue) = 57+122+26=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 26 (10.55% from 255 or 12.68% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #397A1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A1A is #C685E5. Grayscale: #5B5B5B. Windows color (decimal): -13010406 or 1735225. OLE color: 1735225.

HSL color Cylindrical-coordinate representation of color #397A1A: hue angle of 100.62º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #397A1A is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB5712226-
CMYK0.5300.790.52
HSL100.62º64.86%29.02%-
HSV(B)100.62º78.69%47.84%-
XYZ8.8314.863.38-
YUV91.6290.97103.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 122 (48.05% from 255) = 59.51%
BLUE value IS 26 (10.55% from 255) = 12.68%
R=27.80%
G=59.51%
B=12.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57122260.5300.790.52100.6264.8629.02
Hex397A1A3504F3465411d
Octal71172326501176414510135
Binary111001111101011010110101010011111101001100101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397A1A; }

 p { color: rgb(57,122,26); }

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

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

 a { background-color: rgb(57,122,26); }

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

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

 span { border-color: rgb(57,122,26); }

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