#397521

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

Shades of Bilbao #397521

Tints of Bilbao #397521

Color information

#397521 (or 0x397521) is unknown color: approx Bilbao. HEX triplet: 39, 75 and 21. RGB value is (57,117,33). Sum of RGB (Red+Green+Blue) = 57+117+33=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #397521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397521 is #C68ADE. Grayscale: #595959. Windows color (decimal): -13011679 or 2192697. OLE color: 2192697.

HSL color Cylindrical-coordinate representation of color #397521: hue angle of 102.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #397521 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB5711733-
CMYK0.5100.720.54
HSL102.86º56%29.41%-
HSV(B)102.86º71.79%45.88%-
XYZ8.3213.73.64-
YUV89.4896.12104.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=27.54%
G=56.52%
B=15.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57117330.5100.720.54102.865629.41
Hex397521330483667381d
Octal7116541630110661477035
Binary111001111010110000111001101001000110110110011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397521; }

 p { color: rgb(57,117,33); }

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

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

 a { background-color: rgb(57,117,33); }

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

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

 span { border-color: rgb(57,117,33); }

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