#398900

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

Shades of Bilbao #398900

Tints of Bilbao #398900

Color information

#398900 (or 0x398900) is unknown color: approx Bilbao. HEX triplet: 39, 89 and 00. RGB value is (57,137,0). Sum of RGB (Red+Green+Blue) = 57+137+0=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 137 (53.91% from 255 or 70.62% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 137 - color contains mainly: green. Hex color #398900 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398900 is #C676FF. Grayscale: #616161. Windows color (decimal): -13006592 or 35129. OLE color: 35129.

HSL color Cylindrical-coordinate representation of color #398900: hue angle of 95.04º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #398900 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB571370-
CMYK0.58010.46
HSL95.04º100%26.86%-
HSV(B)95.04º100%53.73%-
XYZ10.6318.763.06-
YUV97.467399.14-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 137 (53.91% from 255) = 70.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.38%
G=70.62%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5713700.58010.4695.0410026.86
Hex398903A0642E5f641b
Octal7121107201445613714433
Binary111001100010010111010011001001011101011111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398900; }

 p { color: rgb(57,137,0); }

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

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

 a { background-color: rgb(57,137,0); }

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

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

 span { border-color: rgb(57,137,0); }

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