#397830

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

Shades of Bilbao #397830

Tints of Bilbao #397830

Color information

#397830 (or 0x397830) is unknown color: approx Bilbao. HEX triplet: 39, 78 and 30. RGB value is (57,120,48). Sum of RGB (Red+Green+Blue) = 57+120+48=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 120 (47.27% from 255 or 53.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 120 - color contains mainly: green. Hex color #397830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397830 is #C687CF. Grayscale: #5D5D5D. Windows color (decimal): -13010896 or 3176505. OLE color: 3176505.

HSL color Cylindrical-coordinate representation of color #397830: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397830 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB5712048-
CMYK0.5200.600.53
HSL112.5º42.86%32.94%-
HSV(B)112.5º60%47.06%-
XYZ8.9414.525.13-
YUV92.96102.63102.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.33%
GREEN value IS 120 (47.27% from 255) = 53.33%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=25.33%
G=53.33%
B=21.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120480.5200.600.53112.542.8632.94
Hex3978303403C35702b21
Octal711706064074651605341
Binary111001111100011000011010001111001101011110000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397830; }

 p { color: rgb(57,120,48); }

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

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

 a { background-color: rgb(57,120,48); }

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

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

 span { border-color: rgb(57,120,48); }

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