#397B2F

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

Shades of Bilbao #397B2F

Tints of Bilbao #397B2F

Color information

#397B2F (or 0x397B2F) is unknown color: approx Bilbao. HEX triplet: 39, 7B and 2F. RGB value is (57,123,47). Sum of RGB (Red+Green+Blue) = 57+123+47=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 123 (48.44% from 255 or 54.19% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 123 - color contains mainly: green. Hex color #397B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397B2F is #C684D0. Grayscale: #5E5E5E. Windows color (decimal): -13010129 or 3111737. OLE color: 3111737.

HSL color Cylindrical-coordinate representation of color #397B2F: hue angle of 112.11º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397B2F is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.52.

Color convert

RGB5712347-
CMYK0.5400.620.52
HSL112.11º44.71%33.33%-
HSV(B)112.11º61.79%48.24%-
XYZ9.2815.245.14-
YUV94.6101.13101.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.11%
GREEN value IS 123 (48.44% from 255) = 54.19%
BLUE value IS 47 (18.75% from 255) = 20.70%
R=25.11%
G=54.19%
B=20.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57123470.5400.620.52112.1144.7133.33
Hex397B2F3603E34702d21
Octal711735766076641605541
Binary111001111101110111111011001111101101001110000101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,123,47); }

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

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

 a { background-color: rgb(57,123,47); }

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

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

 span { border-color: rgb(57,123,47); }

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