#397C1E

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

Shades of Bilbao #397C1E

Tints of Bilbao #397C1E

Color information

#397C1E (or 0x397C1E) is unknown color: approx Bilbao. HEX triplet: 39, 7C and 1E. RGB value is (57,124,30). Sum of RGB (Red+Green+Blue) = 57+124+30=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 124 (48.83% from 255 or 58.77% from 211); Blue value is 30 (12.11% from 255 or 14.22% from 211); Max value from RGB is 124 - color contains mainly: green. Hex color #397C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C1E is #C683E1. Grayscale: #5D5D5D. Windows color (decimal): -13009890 or 1997881. OLE color: 1997881.

HSL color Cylindrical-coordinate representation of color #397C1E: hue angle of 102.77º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #397C1E is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB5712430-
CMYK0.5400.760.51
HSL102.77º61.04%30.2%-
HSV(B)102.77º75.81%48.63%-
XYZ9.1315.383.72-
YUV93.2592.3102.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 124 (48.83% from 255) = 58.77%
BLUE value IS 30 (12.11% from 255) = 14.22%
R=27.01%
G=58.77%
B=14.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124300.5400.760.51102.7761.0430.2
Hex397C1E3604C33673d1e
Octal7117436660114631477536
Binary11100111111001111011011001001100110011110011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,30); }

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

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

 a { background-color: rgb(57,124,30); }

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

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

 span { border-color: rgb(57,124,30); }

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