#398725

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

Shades of Bilbao #398725

Tints of Bilbao #398725

Color information

#398725 (or 0x398725) is unknown color: approx Bilbao. HEX triplet: 39, 87 and 25. RGB value is (57,135,37). Sum of RGB (Red+Green+Blue) = 57+135+37=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #398725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398725 is #C678DA. Grayscale: #646464. Windows color (decimal): -13007067 or 2459449. OLE color: 2459449.

HSL color Cylindrical-coordinate representation of color #398725: hue angle of 107.76º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #398725 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB5713537-
CMYK0.5800.730.47
HSL107.76º56.98%33.73%-
HSV(B)107.76º72.59%52.94%-
XYZ10.6918.334.73-
YUV100.5192.1696.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 37 (14.84% from 255) = 16.16%
R=24.89%
G=58.95%
B=16.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135370.5800.730.47107.7656.9833.73
Hex3987253A0492F6c3922
Octal7120745720111571547142
Binary11100110000111100101111010010010011011111101100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398725; }

 p { color: rgb(57,135,37); }

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

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

 a { background-color: rgb(57,135,37); }

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

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

 span { border-color: rgb(57,135,37); }

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