#397F23

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

Shades of Bilbao #397F23

Tints of Bilbao #397F23

Color information

#397F23 (or 0x397F23) is unknown color: approx Bilbao. HEX triplet: 39, 7F and 23. RGB value is (57,127,35). Sum of RGB (Red+Green+Blue) = 57+127+35=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 127 (50% from 255 or 57.99% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 127 - color contains mainly: green. Hex color #397F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F23 is #C680DC. Grayscale: #5F5F5F. Windows color (decimal): -13009117 or 2326329. OLE color: 2326329.

HSL color Cylindrical-coordinate representation of color #397F23: hue angle of 105.65º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397F23 is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB5712735-
CMYK0.5500.720.50
HSL105.65º56.79%31.76%-
HSV(B)105.65º72.44%49.8%-
XYZ9.5816.174.21-
YUV95.5893.81100.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 127 (50% from 255) = 57.99%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=26.03%
G=57.99%
B=15.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57127350.5500.720.50105.6556.7931.76
Hex397F2337048326a3920
Octal7117743670110621527140
Binary1110011111111100011110111010010001100101101010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,127,35); }

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

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

 a { background-color: rgb(57,127,35); }

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

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

 span { border-color: rgb(57,127,35); }

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