#388D09

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

Shades of Bilbao #388D09

Tints of Bilbao #388D09

Color information

#388D09 (or 0x388D09) is unknown color: approx Bilbao. HEX triplet: 38, 8D and 09. RGB value is (56,141,9). Sum of RGB (Red+Green+Blue) = 56+141+9=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 141 (55.47% from 255 or 68.45% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 141 - color contains mainly: green. Hex color #388D09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388D09 is #C772F6. Grayscale: #646464. Windows color (decimal): -13071095 or 625976. OLE color: 625976.

HSL color Cylindrical-coordinate representation of color #388D09: hue angle of 98.64º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #388D09 is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB561419-
CMYK0.6000.940.45
HSL98.64º88%29.41%-
HSV(B)98.64º93.62%55.29%-
XYZ11.2119.913.51-
YUV100.5476.3496.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 141 (55.47% from 255) = 68.45%
BLUE value IS 9 (3.91% from 255) = 4.37%
R=27.18%
G=68.45%
B=4.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5614190.6000.940.4598.648829.41
Hex388D93C05E2D63581d
Octal70215117401365514313035
Binary111000100011011001111100010111101011011100011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388D09; }

 p { color: rgb(56,141,9); }

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

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

 a { background-color: rgb(56,141,9); }

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

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

 span { border-color: rgb(56,141,9); }

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