#398C0C

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

Shades of Bilbao #398C0C

Tints of Bilbao #398C0C

Color information

#398C0C (or 0x398C0C) is unknown color: approx Bilbao. HEX triplet: 39, 8C and 0C. RGB value is (57,140,12). Sum of RGB (Red+Green+Blue) = 57+140+12=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 140 (55.08% from 255 or 66.99% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 140 - color contains mainly: green. Hex color #398C0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #398C0C is #C673F3. Grayscale: #656565. Windows color (decimal): -13005812 or 822329. OLE color: 822329.

HSL color Cylindrical-coordinate representation of color #398C0C: hue angle of 98.91º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #398C0C is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB5714012-
CMYK0.5900.910.45
HSL98.91º84.21%29.8%-
HSV(B)98.91º91.43%54.9%-
XYZ11.1319.653.55-
YUV100.597896.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.27%
GREEN value IS 140 (55.08% from 255) = 66.99%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=27.27%
G=66.99%
B=5.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal57140120.5900.910.4598.9184.2129.8
Hex398CC3B05B2D63541e
Octal71214147301335514312436
Binary111001100011001100111011010110111011011100011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398C0C; }

 p { color: rgb(57,140,12); }

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

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

 a { background-color: rgb(57,140,12); }

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

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

 span { border-color: rgb(57,140,12); }

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