#388D0A

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

Shades of Bilbao #388D0A

Tints of Bilbao #388D0A

Color information

#388D0A (or 0x388D0A) is unknown color: approx Bilbao. HEX triplet: 38, 8D and 0A. RGB value is (56,141,10). Sum of RGB (Red+Green+Blue) = 56+141+10=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 141 (55.47% from 255 or 68.12% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 141 - color contains mainly: green. Hex color #388D0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388D0A is #C772F5. Grayscale: #656565. Windows color (decimal): -13071094 or 691512. OLE color: 691512.

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

Color convert

RGB5614110-
CMYK0.6000.930.45
HSL98.93º86.75%29.61%-
HSV(B)98.93º92.91%55.29%-
XYZ11.2119.913.54-
YUV100.6576.8496.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.05%
GREEN value IS 141 (55.47% from 255) = 68.12%
BLUE value IS 10 (4.30% from 255) = 4.83%
R=27.05%
G=68.12%
B=4.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal56141100.6000.930.4598.9386.7529.61
Hex388DA3C05D2D63571e
Octal70215127401355514312736
Binary111000100011011010111100010111011011011100011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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